123
Administrator
2025-06-07 663eb6fc29d8de34b6c6a503e2c0013bb93c331d
src/main/java/com/zy/asrs/controller/WorkController.java
@@ -23,7 +23,7 @@
    @RequestMapping("/hand/control/wrkMast")
    @ManagerAuth(memo = "手动处理工作档")
    public R handControlWrkMast(@RequestParam String workNo,
                                @RequestParam Integer type){
                                @RequestParam Integer type) {
        if (type == 1) {
            workService.completeWrkMast(workNo, getUserId());
            return R.ok("任务已完成");