diff --git a/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml b/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml index 6048e54..60306c5 100644 --- a/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml +++ b/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml @@ -491,7 +491,7 @@ WHERE o.userId =#{userId} - o.orderNumber=#{orderNumber} + and o.orderNumber=#{orderNumber} order by o.id desc