diff --git a/cash-service/account-service/src/main/java/com/czg/service/account/mapper/ShopUserMapper.java b/cash-service/account-service/src/main/java/com/czg/service/account/mapper/ShopUserMapper.java index eb1e02e67..033373988 100644 --- a/cash-service/account-service/src/main/java/com/czg/service/account/mapper/ShopUserMapper.java +++ b/cash-service/account-service/src/main/java/com/czg/service/account/mapper/ShopUserMapper.java @@ -29,7 +29,7 @@ public interface ShopUserMapper extends BaseMapper { ShopUserSummaryDTO selectUserSummary(@Param("shopId") Long shopId, @Param("isVip") Integer isVip); Page selectVipCard(); - Page selectVipCard_COUNT(); + long selectVipCard_COUNT(); UserInfoAssetsSummaryDTO selectAssetsSummary(@Param("userId") Long userInfoId);