فهرست منبع

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

zhaoxian 4 سال پیش
والد
کامیت
6dc563b3b4
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<UserAllocation> getAccountListByUserIdAndProductId(@Param("userId")String userId,@Param("projectId")Long projectId,@Param("productId")Long productId);
+
+    List<JSONObject> getUserIdListByProductId(@Param("productId") Long productId);
 }