feat: 休假审批流程

This commit is contained in:
李京通 2025-06-10 10:59:07 +08:00
parent 8639188e65
commit 7a3f1498c2
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ public class PoliceLeaveApprovalController extends BaseController {
boolean result = policeLeaveApprovalService.updateById(policeLeaveApproval); boolean result = policeLeaveApprovalService.updateById(policeLeaveApproval);
if (!result) { if (!result) {
return AjaxResult.error("审批非工作日饮酒报备单失败"); return AjaxResult.error("审批请(休)假失败");
} }
return AjaxResult.success("审批请(休)假成功"); return AjaxResult.success("审批请(休)假成功");