src/main/resources/mapper/modules/MallProductSellRecordMapper.xml
@@ -19,4 +19,11 @@ where a.sell_id = #{productSellId} </select> <select id="selectListBySellId" resultType="cc.mrbird.febs.mall.entity.MallProductSellRecord"> select a.* from mall_product_sell_record a where a.sell_id = #{sellId} and a.state = #{state} </select> </mapper>