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>