Jelajahi Sumber

Merge remote-tracking branch 'origin/V1.1.8' into V1.1.8

zhaoxian 4 tahun lalu
induk
melakukan
6dc563b3b4

+ 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);
 }
 }