组织人事测试、优化
This commit is contained in:
parent
e4dc4704ce
commit
a2c768d0ab
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue