Explorar o código

Merge branch 'master' into V1.1.8

yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
996c175d6c

+ 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<UserAllocation> getAccountListByUserIdAndProductId(@Param("userId")String userId,@Param("projectId")Long projectId,@Param("productId")Long productId);
+
+    List<JSONObject> getUserIdListByProductId(@Param("productId") Long productId);
 }