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