|
@@ -464,7 +464,7 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
|
|
|
Map<String, Object> mesMap = omstruckOrderMapper.pushMesToWebsocket(map);
|
|
|
//添加消息实体
|
|
|
HashMap<Object, Object> mapp = new HashMap<>();
|
|
|
- mapp.put("messageType", 2);
|
|
|
+ mapp.put("messageType", 3);
|
|
|
mapp.put("sendPerson", "system");
|
|
|
mapp.put("receivePerson", mesMap.get("capacityNumber"));
|
|
|
mapp.put("messageContent", mesMap);
|