소스 검색

Merge branch 'master' into V1.1.8

yumeng 4 년 전
부모
커밋
996c175d6c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      module-common/src/main/java/cn/com/ctop/common/module/mapper/UserAllocationMapper.java

+ 2 - 0
module-common/src/main/java/cn/com/ctop/common/module/mapper/UserAllocationMapper.java

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