feat:审批
This commit is contained in:
parent
c1c10c8f7f
commit
4da51506b0
|
@ -196,6 +196,7 @@ public class NonWorkingDayDrinkingReportController extends BaseController {
|
||||||
gwglLog.setCreateTime(nonWorkingDayDrinkingReport.getCreateTime());
|
gwglLog.setCreateTime(nonWorkingDayDrinkingReport.getCreateTime());
|
||||||
gwglLog.setReason(nonWorkingDayDrinkingReport.getReason());
|
gwglLog.setReason(nonWorkingDayDrinkingReport.getReason());
|
||||||
gwglLog.setType(1);
|
gwglLog.setType(1);
|
||||||
|
gwglLog.setReason(dto.getReason());
|
||||||
gwglLog.setApplyNo(nonWorkingDayDrinkingReport.getApplyNo());
|
gwglLog.setApplyNo(nonWorkingDayDrinkingReport.getApplyNo());
|
||||||
gwglLog.setChecker(user.getNickName());
|
gwglLog.setChecker(user.getNickName());
|
||||||
gwglLog.setCheckTime(LocalDateTime.now());
|
gwglLog.setCheckTime(LocalDateTime.now());
|
||||||
|
|
Loading…
Reference in New Issue