From 40660b62e17283bba0bbf0342ceef42189818117 Mon Sep 17 00:00:00 2001 From: gongchunyi <deslre0381@gmail.com> Date: 星期三, 01 四月 2026 13:16:01 +0800 Subject: [PATCH] fix: 编退回生产订单去除工单查询 --- src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java b/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java index 00329b6..d2cee17 100644 --- a/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java +++ b/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java @@ -9,7 +9,6 @@ import com.ruoyi.inspectiontask.service.QrCodeScanRecordService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; -import lombok.AllArgsConstructor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; -- Gitblit v1.9.3