【fix sonar】SysCheckRuleServiceImpl文件

This commit is contained in:
梁琦涛
2023-03-08 17:53:59 +08:00
parent bcb021dacd
commit f894c0b7b9
@@ -92,7 +92,7 @@ public class SysCheckRuleServiceImpl extends ServiceImpl<SysCheckRuleMapper, Sys
} }
} }
} }
return null; return new JSONObject();
} }
} }