|
@@ -281,15 +281,12 @@ public class AgentManagementServiceImpl implements AgentManagementService {
|
|
//13050885
|
|
//13050885
|
|
//10140903
|
|
//10140903
|
|
|
|
|
|
- /* List<Long> list = new ArrayList<>();
|
|
|
|
|
|
+ List<Long> list = new ArrayList<>();
|
|
list.add(12630885L);
|
|
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<>();
|
|
// List<String> accountIdList = new ArrayList<>();
|
|
//accountIdList.add("1744115510360071");
|
|
//accountIdList.add("1744115510360071");
|
|
if (!accountIdList.isEmpty()) {
|
|
if (!accountIdList.isEmpty()) {
|