Commit 0fe12536 by huluobin

update

parent f747f93b
......@@ -118,7 +118,7 @@ public class TakeLeaveEventCmdServiceImpl implements TakeLeaveEventCmdService {
overTimeRecordLogList.forEach(overTimeRecordLogRepository::insert);
}
takeLeaveEvent.setApplyStoreTechnician(storeTechnician);
takeLeaveEvent.setApplyStoreTechnician(storeTechnicianRepository.selectById(cmd.getApplyTechnicianId()));
Message message = Message.builder()
.content("请假审核通知")
.isRead(0)
......
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