puzhibing
2024-03-05 13e1a53b65a82c5d5fd07691144ae5da34171959
cloud-server-activity/src/main/resources/mapper/UserPointsMerchandiseMapper.xml
@@ -34,7 +34,7 @@
        consumeAmount
        FROM t_user_points_merchandise pm
        LEFT JOIN t_points_merchandise tm ON tm.id = pm.pointsMerchandiseId
        WHERE pm.pointsMerchandiseId IN(
        WHERE pm.payStatus = 2 and pm.state = 1 and pm.pointsMerchandiseId IN(
        SELECT id
        FROM t_points_merchandise WHERE redemptionMethod IN (2,3)