800审批通过指定面试稽核信息create_time

This commit is contained in:
feng.li
2023-07-21 13:56:26 +08:00
parent 35dc22f8f1
commit 40142c99dc

View File

@@ -264,6 +264,7 @@ public class FlowServiceImpl implements FlowService {
//4. 向面试稽核表中新增一条信息
HyInspectionDO hyInspectionDO = new HyInspectionDO();
hyInspectionDO.setInterviewPlanId(Long.parseLong(interviewPlanId));
hyInspectionDO.setCreateTime(DateUtil.formatDateTime(passDate));
inspectionMapper.insertSelective(hyInspectionDO);
//记录日志
LogBasicDTO log = LogBasicDTO.builder().operateTime(DateUtil.format(new Date(), CoolDateUtils.DATE_FORMAT_SEC))