master
chengqf 2 years ago
parent 275731aca2
commit 5f091a1882

@ -667,7 +667,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