From 1c795b4e63b50d3b5975da9c4a89e9d6f53d7f27 Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期一, 13 一月 2025 18:56:18 +0800
Subject: [PATCH] 12.18

---
 ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml
index 2c49403..af49c50 100644
--- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml
+++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml
@@ -28,7 +28,7 @@
         <if test="gp.categoryId != null and gp.categoryId != ''">
             and tg.goods_category_id = #{gp.categoryId}
         </if>
-        <if test="gp.auditStatus != null and gp.auditStatus != ''">
+        <if test="gp.auditStatus != null">
             and tgbp.audit_status = #{gp.auditStatus}
         </if>
     </select>

--
Gitblit v1.7.1