src/main/resources/mapper/modules/MallProductBuyMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -45,7 +45,7 @@ from mall_product_buy a left join mall_product_nft b on b.id = a.product_nft_id where a.member_id = #{record.memberId} a.state = #{record.state} and a.state = #{record.state} order by a.CREATED_TIME desc </select>