|
@@ -77,6 +77,10 @@ public class AgentManagementServiceImpl implements AgentManagementService {
|
|
|
for (String account : split) {
|
|
|
//分页查询第一页数据
|
|
|
JSONObject agentAccountList = selectAgentAdvertiser(1, 2000, account);
|
|
|
+ if (!Integer.valueOf(agentAccountList.get("code").toString()).equals(0)){
|
|
|
+ log.info("代理商:{}拉取账户异常--{}",account,agentAccountList);
|
|
|
+ };
|
|
|
+
|
|
|
JSONObject data = (JSONObject) agentAccountList.get("data");
|
|
|
//dataList.addAll((List) data.get("list"));
|
|
|
if (data.size() > 0) {
|
|
@@ -264,9 +268,9 @@ public class AgentManagementServiceImpl implements AgentManagementService {
|
|
|
ca.add(Calendar.DATE, -1);
|
|
|
|
|
|
try {
|
|
|
- List<String> accountIdList = ctopAgentAccountMapper.getAllAccountId();
|
|
|
-// List<String> accountIdList = new ArrayList<>();
|
|
|
-// accountIdList.add("1732060564940808");
|
|
|
+// List<String> accountIdList = ctopAgentAccountMapper.getAllAccountId();
|
|
|
+ List<String> accountIdList = new ArrayList<>();
|
|
|
+ accountIdList.add("1744115510360071");
|
|
|
if (!accountIdList.isEmpty()) {
|
|
|
accountIdList.stream().forEach(str -> {
|
|
|
List<TransactionDay> transactionDetailsList = new ArrayList<>();
|