src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml
@@ -21,7 +21,7 @@ </select> <select id="getCategorys" resultType="cc.mrbird.febs.mall.entity.MallGoodsCategory"> SELECT * FROM mall_goods_category m where m.parent_id is null SELECT * FROM mall_goods_category m where m.parent_id = 0 </select> </mapper>