version1
chengqf 2 years ago
parent 467b46ce27
commit 8fb61f8846

@ -431,6 +431,9 @@ public class IdcServiceImpl implements IdcService {
return ResultVOUtils.error(9000, "转发失败");
}
} else {
syncAddTaskStatus(json,2,false,startTime,false);
return ResultVOUtils.error(9000, "未设置转发地址");
}
}
return ResultVOUtils.success();
@ -679,7 +682,7 @@ public class IdcServiceImpl implements IdcService {
Map<String,Object> map = new HashMap<>();
map.put("type", json.get("messageType"));
map.put("id", json.get("messageId"));
if(json.get("id")==null)
if(json.get("messageId")==null)
map.put("id", CustomUtil.getId());
map.put("transportType", scheduleType == 0 ? "1" : "2");
map.put("scheduleType", scheduleType);

Loading…
Cancel
Save