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