From db0b2a21c9fd702c2c1d4cb87b2fc6a33ad8aa30 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 15 Aug 2023 14:15:32 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/mapper/dapp/MallGoodsMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/MallGoodsMapper.xml b/src/main/resources/mapper/dapp/MallGoodsMapper.xml
index a735f84..a14017c 100644
--- a/src/main/resources/mapper/dapp/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/dapp/MallGoodsMapper.xml
@@ -81,4 +81,8 @@
order by a.create_time desc
</select>
+ <select id="selectMallGoodsByCategaryId" resultType="cc.mrbird.febs.dapp.entity.MallGoods">
+ select * from mall_goods a where a.category_id = #{categaryId}
+ </select>
+
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1