diff --git a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml index 7e2089743..62b5c0cf9 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -275,6 +275,6 @@ left join mk_distribution_user dist on user.id = dist.id WHERE user.`distribution_user_id` = #{distributionUserId} and user.id = #{shopUserId} - ORDER BY `create_time` DESC + ORDER BY user.`create_time` DESC