src/main/resources/mapper/modules/MallProductBuyRecordMapper.xml
@@ -52,6 +52,7 @@ left join mall_product_buy b on b.id = a.buy_id where b.state = 1 and a.state != 0 and a.state != 5 and a.member_id = #{record.memberId} order by a.CREATED_TIME desc </select>