src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -58,8 +58,7 @@ <select id="selectSellListInPage" resultType="cc.mrbird.febs.mall.vo.ApiOrderSellVo"> select a.* from mall_product_sell a where a.state = #{record.state} and a.member_id = #{record.memberId} where a.member_id = #{record.memberId} order by a.CREATED_TIME desc </select>