Commit 3901717e authored by 董建华's avatar 董建华

跑存量数据

parent 963da113
......@@ -579,7 +579,7 @@ public class IReportServiceImpl implements ReportService {
ReportController.isrun = true;
try {
// String date = "2017-10-01 00:00:00";
while (!date.equals("2019-11-14 00:00:00")) {
while (!date.equals("2019-11-13 00:00:00")) {
Map<String, String> param = new HashMap<>();
param.put("startDate", DateUtil.getCurrentDay(date, -1));
param.put("endDate", date);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment