From 9fd62391c0d97c387eb94dda604453e8aec0933f Mon Sep 17 00:00:00 2001
From: phpcjl <phpcjl@gmail.com>
Date: 星期二, 17 十二月 2024 10:10:40 +0800
Subject: [PATCH] 1

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

diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
index 7584154..da58bb9 100644
--- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
+++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
@@ -49,7 +49,7 @@
                 and tg.type = #{goods.type}
             </if>
             <if test="goods.goodsCategoryId != null">
-                and tg.goodsCategoryId = #{goods.goodsCategoryId}
+                and tg.goods_category_id = #{goods.goodsCategoryId}
             </if>
             <if test="goods.status != null">
                 and tg.`status` = #{goods.status}

--
Gitblit v1.7.1