Commit 3b6e1ff3 by hzc

完成基础数据项申请功能

parent 2588b0b7
...@@ -158,6 +158,9 @@ public class BaseIndDefService { ...@@ -158,6 +158,9 @@ public class BaseIndDefService {
maxId = auditId; maxId = auditId;
} }
} }
if(StringUtils.isBlank(maxId)&&StringUtils.isNotBlank(auditId)){
maxId = auditId;
}
if(StringUtils.isBlank(maxId)) { if(StringUtils.isBlank(maxId)) {
String addZero = ""; String addZero = "";
for(int i=0;i<(length-code.length()-1);i++) { for(int i=0;i<(length-code.length()-1);i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment