Commit 10170d95 authored by fangxinjiang's avatar fangxinjiang

合同提醒调整

parent 9864817b
...@@ -250,6 +250,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM ...@@ -250,6 +250,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
return; return;
} }
alert = new TEmpContractAlert(); alert = new TEmpContractAlert();
alert.setContractId(contract.getId());
alert.setAlertPerson(contract.getCreateName()); alert.setAlertPerson(contract.getCreateName());
alert.setEmpName(contract.getEmpName()); alert.setEmpName(contract.getEmpName());
alert.setEmpId(contract.getEmpId()); alert.setEmpId(contract.getEmpId());
......
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