Commit 23618238 authored by huyuchen's avatar huyuchen

合同申请接口修改

parent c215ee79
......@@ -891,9 +891,6 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
insert.setOldContractId(contractInfo.getId());
insert.setContractName(contractInfo.getContractName());
insert.setContractSubName(contractInfo.getContractSubName());
if (!EmployeeConstants.SITUATION_SEVEN.equals(insert.getSituation())) {
insert.setReason(contractInfo.getReason());
}
insert.setSubjectUnit(contractInfo.getSubjectUnit());
insert.setContractParty(contractInfo.getContractParty());
insert.setContractType(contractInfo.getContractType());
......
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