800审批通过指定面试稽核信息create_time
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user