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 78dfa31f..b93d7222 100644 --- a/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/ShopUserMapper.xml @@ -297,6 +297,6 @@ WHERE invite.`distribution_user_id` = #{distributionUserId} and dist.distribution_level_id = #{distributionLevelId} and invite.shop_user_id = #{shopUserId} - ORDER BY tb_shop_user_invite.`invite_time` DESC + ORDER BY invite.`invite_time` DESC