|
|
@ -685,6 +685,7 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
map.put("status", success ? "1" : "0");
|
|
|
|
map.put("status", success ? "1" : "0");
|
|
|
|
map.put("startTime", startTime!=null ? startTime : new Date());
|
|
|
|
map.put("startTime", startTime!=null ? startTime : new Date());
|
|
|
|
map.put("updateTime", new Date());
|
|
|
|
map.put("updateTime", new Date());
|
|
|
|
|
|
|
|
map.put("remark", json.get("messageType")+": "+json.get("total")+"条");
|
|
|
|
if(isEnd)
|
|
|
|
if(isEnd)
|
|
|
|
map.put("endTime", new Date());
|
|
|
|
map.put("endTime", new Date());
|
|
|
|
if(scheduleType==2) {
|
|
|
|
if(scheduleType==2) {
|
|
|
|