This commit is contained in:
2023-09-15 09:53:23 +08:00
parent 51770e12d4
commit 2716650b9f

View File

@@ -125,6 +125,8 @@ public class EventServiceImpl implements IEventService {
csEvent.setTag(item.getName());
csEvent.setType(0);
csEvent.setClDid(appEventMessage.getMsg().getClDid());
//todo 默认等级先设为1.后期根据事件再做调整
csEvent.setLevel(1);
list1.add(csEvent);
//参数入库
Map<String,String> map = new Gson().fromJson(String.valueOf(redisUtil.getObjectByKey(AppRedisKey.ELE_EPD_PQD)), Map.class);