src/main/resources/mapper/modules/MallProductBuyRecordMapper.xml
@@ -19,4 +19,11 @@ where a.buy_id = #{productBuyId} </select> <select id="selectListByBuyId" resultType="cc.mrbird.febs.mall.entity.MallProductBuyRecord"> select a.* from mall_product_buy_record a where a.buy_id = #{buyId} and a.state = #{state} </select> </mapper>