组织人事测试、优化

This commit is contained in:
dxfeng 2022-06-23 15:42:32 +08:00
parent e4dc4704ce
commit a2c768d0ab
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class CompServiceImpl extends Service implements CompService {
// 判断是否开启自动编号
compNo = repeatDetermine(compNo);
params.put("comp_no", compNo);
if (StringUtils.isBlank((String) params.get("show_order"))) {
if (StringUtils.isBlank(params.get("show_order").toString())) {
int maxShowOrder = getCompMapper().getMaxShowOrder();
params.put("show_order", maxShowOrder + 1);
}