增加备注

master
chengqf 2 years ago
parent 5863370b48
commit d837dc1eac

@ -685,6 +685,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) {

Loading…
Cancel
Save