【fix sonar】SysCheckRuleController文件
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ public class SysCheckRuleController extends JeroController<SysCheckRule, ISysChe
|
||||
@AutoLog(value = "编码校验规则-通过Code校验传入的值")
|
||||
@ApiOperation(value = "编码校验规则-通过Code校验传入的值", notes = "编码校验规则-通过Code校验传入的值")
|
||||
@GetMapping(value = "/checkByCode")
|
||||
public Result checkByCode(
|
||||
public Result<Object> checkByCode(
|
||||
@RequestParam(name = "ruleCode") String ruleCode,
|
||||
@RequestParam(name = "value") String value
|
||||
) throws UnsupportedEncodingException {
|
||||
|
||||
Reference in New Issue
Block a user