Commit 751f96c3 authored by duanruiming's avatar duanruiming

[update] 事件方向转向数据结构优化

parent a8d6d647
...@@ -53,6 +53,7 @@ public class EventDataServiceImpl implements EventDataService { ...@@ -53,6 +53,7 @@ public class EventDataServiceImpl implements EventDataService {
} else { } else {
EventInfoPO eventInfoPO = getEventInfoPO(eventDataDTO); EventInfoPO eventInfoPO = getEventInfoPO(eventDataDTO);
eventInfoMapper.insertOne(eventInfoPO); eventInfoMapper.insertOne(eventInfoPO);
// websocket
} }
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment