Commit 1c593853 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-派增审核通过切非SSC的,同步档案与项目档案的合同为可用

parent b62fa1cf
......@@ -2567,7 +2567,6 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
employeeInfo.setContactAddress(vo.getContactAddress());
}
employeeInfo.setStatus(CommonConstants.ONE_INT);
baseMapper.updateById(employeeInfo);
}
if (Common.isNotNull(vo.getProjectNo())) {
......@@ -2614,6 +2613,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (p != null) {
p.setContractStatus(CommonConstants.ONE_INT);
}
if (Common.isNotNull(employeeInfo)) {
employeeInfo.setContractStatus(CommonConstants.ONE_INT);
}
//tEmployeeProjectService.updateContractStatus(c.getEmpId(), c.getSettleDomain(), CommonConstants.ONE_INT)
baseMapper.updateContractStatus(c.getEmpId(), CommonConstants.ONE_INT);
//审核不同
......@@ -2646,7 +2648,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
}
}
}
}
if (Common.isNotNull(employeeInfo)) {
baseMapper.updateById(employeeInfo);
}
if (Common.isNotNull(p)) {
tEmployeeProjectService.updateById(p);
......
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