|
@@ -42,7 +42,7 @@ public class settlementJob {
|
|
|
for (int i = 0; i < partition.size(); i++) {
|
|
|
List<JSONObject> jsonObjects = partition.get(i);
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
|
- param.put("statDate", date);
|
|
|
+ param.put("statDate", statDate);
|
|
|
param.put("data", jsonObjects);
|
|
|
HttpUtils.httpPostRequest(url, param, null);
|
|
|
}
|