Commit 345b867b authored by wangzb's avatar wangzb

feature-wzb :员工合同模块修复功能

parent 50ded665
...@@ -1426,10 +1426,10 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr ...@@ -1426,10 +1426,10 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
if(ll.getAuditStatus().contains("审核不通过")) { if(ll.getAuditStatus().contains("审核不通过")) {
if (null != ll.getRemark()) { if (null != ll.getRemark()) {
String[] a = ll.getRemark().split(":"); String[] a = ll.getRemark().split(":");
for(int t=0;t<a.length;t++){ for(int t=CommonConstants.ZERO_INT;t<a.length;t++){
if(t==1) { if(t==CommonConstants.ONE_INT) {
ll.setNoPassReason(a[0]); ll.setNoPassReason(a[CommonConstants.ZERO_INT]);
ll.setRemark(a[1]); ll.setRemark(a[CommonConstants.ONE_INT]);
} }
} }
} }
......
...@@ -202,6 +202,7 @@ ...@@ -202,6 +202,7 @@
a.AUDIT_TIME_LAST, a.AUDIT_TIME_LAST,
a.TYPE, a.TYPE,
a.LEAVE_DATE, a.LEAVE_DATE,
a.AUDIT_USER_NAME,
a.REDUCE_REASON,a.type a.REDUCE_REASON,a.type
</sql> </sql>
......
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