feat: 分切的部分注释、魔法值提取
This commit is contained in:
@@ -30,7 +30,7 @@ public class CodeUtil {
|
||||
map.put("code", ruleCode);
|
||||
return SpringContextHolder.getBean(ISysCodeRuleService.class).codeDemo(map);
|
||||
} else {
|
||||
throw new BadRequestException("系统繁忙,稍后在试");
|
||||
throw new BadRequestException("系统繁忙,稍后在试!");
|
||||
}
|
||||
} finally {
|
||||
if (tryLock) {
|
||||
|
||||
Reference in New Issue
Block a user