xiaoyong931011
2023-08-15 db0b2a21c9fd702c2c1d4cb87b2fc6a33ad8aa30
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>