|
@@ -32,7 +32,7 @@ public class UpdateTask implements ITask {
|
|
|
JSONArray jsonArray = dService.getReport(params);
|
|
|
for (Object object : jsonArray) {
|
|
|
JSONObject jsonObject = JSON.parseObject(object.toString());
|
|
|
- Record record = new Record();
|
|
|
+// Record record = new Record().use("local");
|
|
|
// record.
|
|
|
}
|
|
|
|