微调
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user