Commit 06b22e4a authored by fangxinjiang's avatar fangxinjiang

合同续签优化-fxj

parent a6fa5879
......@@ -1366,6 +1366,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
pre.setSignFlag(CommonConstants.ZERO_STRING);
pre.setRevokeReason(registRevokeVo.getReason());
pre.setRevokeTime(new Date());
pre.setRequestId("");
baseMapper.updateById(pre);
//更新合同续签待办提醒的办理状态为待办理
updateEmpContractAlertHandleStatus(pre.getContractId(), CommonConstants.ZERO_STRING);
......
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