|
@@ -276,7 +276,18 @@ public class AgentManagementServiceImpl implements AgentManagementService {
|
|
|
ca.add(Calendar.DATE, -1);
|
|
|
|
|
|
try {
|
|
|
- // List<String> accountIdList = userAllocationService.getAccountListByProjectV2(11940886L);
|
|
|
+ //12630885
|
|
|
+ //12690885
|
|
|
+ //13050885
|
|
|
+ //10140903
|
|
|
+
|
|
|
+ /* 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 = ctopAgentAccountMapper.getAllAccountId();
|
|
|
// List<String> accountIdList = new ArrayList<>();
|