Commit d4375a82 authored by wangzb's avatar wangzb

feature-wzb :合同审核模块新增功能

parent 89159fda
......@@ -1404,7 +1404,6 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
contractInfo.setLimitEnd(CommonConstants.EXCEL_EXPORT_LIMIT);
list = baseMapper.getTEmployeeContractExport(contractInfo);
if (Common.isNotNull(list)) {
for(EmployeeContractExportVO ll:list){
if(ll.getAuditStatus().contains("审核不通过")) {
if (null != ll.getRemark()) {
......@@ -1414,9 +1413,7 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
ll.setNoPassReason(a[0]);
ll.setRemark(a[1]);
}
}
}
}
}
......
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