|
@@ -93,7 +93,7 @@ public interface KuaishouPromoterMapper {
|
|
|
|
|
|
KuaishouPromoter getOnlyPromoterInfoByUserId(@Param("promoterId") String promoterId, @Param("userId") Long userId);
|
|
|
|
|
|
- Integer getUserPromotersCount(@Param("userId") Long userId);
|
|
|
+ Integer getUserPromotersCount(@Param("userId") Long userId, @Param("mediaId") String mediaId);
|
|
|
|
|
|
Integer getBoundCount(@Param("userId") Long userId);
|
|
|
|