feat:审批

This commit is contained in:
李京通 2025-06-09 14:46:10 +08:00
parent c1c10c8f7f
commit 4da51506b0
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ public class NonWorkingDayDrinkingReportController extends BaseController {
gwglLog.setCreateTime(nonWorkingDayDrinkingReport.getCreateTime());
gwglLog.setReason(nonWorkingDayDrinkingReport.getReason());
gwglLog.setType(1);
gwglLog.setReason(dto.getReason());
gwglLog.setApplyNo(nonWorkingDayDrinkingReport.getApplyNo());
gwglLog.setChecker(user.getNickName());
gwglLog.setCheckTime(LocalDateTime.now());