Commit bcfade6c authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent cd28338d
......@@ -373,7 +373,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
temp = new ContractAlertConfirmResVo();
temp.setContractId(contract.getId());
temp.setContractEnd(null==contract.getContractEnd()?"":DateUtil.dateToString(contract.getContractEnd(), DateUtil.ISO_EXPANDED_DATE_FORMAT));
temp.setContractStart(null==contract.getContractEnd()?"":DateUtil.dateToString(contract.getContractEnd(), DateUtil.ISO_EXPANDED_DATE_FORMAT));
temp.setContractStart(null==contract.getContractStart()?"":DateUtil.dateToString(contract.getContractStart(), DateUtil.ISO_EXPANDED_DATE_FORMAT));
temp.setEmpIdcard(contract.getEmpIdcard());
temp.setEmpName(contract.getEmpName());
temp.setContractType(preVoTemp.getContractName());
......
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