yumeng 2 anni fa
parent
commit
588f9ba3ac

+ 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()) {