src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -39,6 +39,14 @@ order by a.CREATED_TIME asc </select> <select id="selectListByStateAndMateState" resultType="cc.mrbird.febs.mall.entity.MallProductBuy"> select a.* from mall_product_buy a where a.state = #{state} and a.mate_state = #{mateState} order by a.CREATED_TIME asc </select> <select id="selectBuyListInPage" resultType="cc.mrbird.febs.mall.vo.ApiOrderBuyVo"> select a.*,b.profit,b.cycle