敏感字检测服未开启默认通过检测,兼容本地测试
parent
2a51cb6da7
commit
a0050f326b
|
@ -29,7 +29,7 @@ public class ShieldedWordUtils {
|
|||
result = !SensitivewordFilter.isContaintSensitiveWord(name,1);
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("检查名称,报错:"+e.getMessage());
|
||||
result = false;
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue