Commit e9fe1f76 authored by fangxinjiang's avatar fangxinjiang

证明补充

parent b3aad3fc
...@@ -106,7 +106,7 @@ public class TCertRecordServiceImpl extends ServiceImpl<TCertRecordMapper, TCert ...@@ -106,7 +106,7 @@ public class TCertRecordServiceImpl extends ServiceImpl<TCertRecordMapper, TCert
// 第一次合同开始时间和创建时间 // 第一次合同开始时间和创建时间
if (Common.isNotNull(first) && Common.isNotNull(first.getContractStart())){ if (Common.isNotNull(first) && Common.isNotNull(first.getContractStart())){
vo.setEntryTime(LocalDateTimeUtils.convertDateToLDT(first.getContractStart())); vo.setEntryTime(LocalDateTimeUtils.convertDateToLDT(first.getContractStart()));
vo.setFirstContractTime(first.getCreateTime()); vo.setFirstContractTime(LocalDateTimeUtils.convertDateToLDT(first.getContractStart()));
} }
vo.setSex(employeeInfo.getEmpSex()); vo.setSex(employeeInfo.getEmpSex());
vo.setIntroductionUnit(CommonConstants.EMPTY_STRING); vo.setIntroductionUnit(CommonConstants.EMPTY_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