【fix sonar】 SysCheckRuleServiceImpl.java文件
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ public class SysCheckRuleServiceImpl extends ServiceImpl<SysCheckRuleMapper, Sys
|
|||||||
/**
|
/**
|
||||||
* 位数特殊符号,用于检查整个值,而不是裁剪某一段
|
* 位数特殊符号,用于检查整个值,而不是裁剪某一段
|
||||||
*/
|
*/
|
||||||
private final String CHECK_ALL_SYMBOL = "*";
|
private static final String CHECK_ALL_SYMBOL = "*";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SysCheckRule getByCode(String ruleCode) {
|
public SysCheckRule getByCode(String ruleCode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user