Commit 29d449b3 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-派单暂存

parent 2f93b733
...@@ -1513,7 +1513,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -1513,7 +1513,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
canUpdateFail = true; canUpdateFail = true;
} }
String doRemark = vo.getRemark(); String doRemark = vo.getRemark();
if (doRemark.length()>50) { if (Common.isNotNull(doRemark) && doRemark.length()>50) {
doRemark = doRemark.substring(0,50); doRemark = doRemark.substring(0,50);
} }
List<String> idList = vo.getListParam(); List<String> idList = vo.getListParam();
......
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