From 47d31d92a762cda66ff40de2f6cb111a408b146f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 05 六月 2026 11:28:17 +0800
Subject: [PATCH] 不良品审核

---
 basic-server/src/main/java/com/ruoyi/basic/controller/QualityDefectiveProductController.java |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/controller/QualityDefectiveProductController.java b/basic-server/src/main/java/com/ruoyi/basic/controller/QualityDefectiveProductController.java
index fc1800f..465ced2 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/controller/QualityDefectiveProductController.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/controller/QualityDefectiveProductController.java
@@ -81,10 +81,7 @@
     @ApiOperation(value = "鏌ヨ涓嶈壇鍝佸鏍稿垪琛�")
     @GetMapping("/audit/page")
     public Result<IPage<QualityDefectiveProduct>> pageDefectiveProductAudit(Page<QualityDefectiveProduct> page, QualityDefectiveProduct query) {
-        // 瀹℃牳鍒楄〃榛樿鍙煡璇㈠緟瀹℃牳鐘舵��
-        if (query.getAuditStatus() == null) {
-            query.setAuditStatus(0);
-        }
+        // 瀹℃牳鍒楄〃鏀寔鎸夊鏍哥姸鎬佺瓫閫夛紝涓嶄紶鍒欐煡璇㈡墍鏈夌姸鎬�
         return Result.success(defectiveProductService.selectPage(page, query));
     }
 

--
Gitblit v1.9.3