功能优化

This commit is contained in:
xy
2024-12-06 15:25:21 +08:00
parent 24cf6e8d56
commit eed276c9b3
5 changed files with 4 additions and 5 deletions

View File

@@ -208,7 +208,7 @@ public class EventServiceImpl implements IEventService {
//新项目入库
WlRecord wlRecord = new WlRecord();
wlRecord.setId(IdUtil.simpleUUID());
wlRecord.setItemName("基础数据");
wlRecord.setItemName("在线监测");
wlRecord.setGcName(item.getPrjName());
wlRecord.setDevId(vo.getId());
wlRecord.setLineId(appEventMessage.getId() + item.getClDid().toString());