@@ -48,4 +48,6 @@ public interface UserAllocationMapper extends BaseMapper<UserAllocation> {
List<Long> getValidProjectIds(@Param("mediaId") Integer mediaId);
List<UserAllocation> getAccountListByUserIdAndProductId(@Param("userId")String userId,@Param("projectId")Long projectId,@Param("productId")Long productId);
+
+ List<JSONObject> getUserIdListByProductId(@Param("productId") Long productId);
}