yumeng 2 년 전
부모
커밋
588f9ba3ac
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 6
      module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/agent/service/impl/AgentManagementServiceImpl.java

+ 3 - 6
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/agent/service/impl/AgentManagementServiceImpl.java

@@ -281,15 +281,12 @@ public class AgentManagementServiceImpl implements AgentManagementService {
             //13050885
             //10140903
 
-          /*  List<Long> list = new ArrayList<>();
+            List<Long> list = new ArrayList<>();
             list.add(12630885L);
-            list.add(12690885L);
-            list.add(13050885L);
-            list.add(10140903L);
 
-            List<String> accountIdList = userAllocationService.getAccountListByProjectV2(list);*/
+            List<String> accountIdList = userAllocationService.getAccountListByProjectV2(list);
 
-            List<String> accountIdList = ctopAgentAccountMapper.getAllAccountId();
+      //      List<String> accountIdList = ctopAgentAccountMapper.getAllAccountId();
 //            List<String> accountIdList = new ArrayList<>();
             //accountIdList.add("1744115510360071");
             if (!accountIdList.isEmpty()) {