From c5962df8a58226306ed9aab9f2497387867e80b2 Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期二, 22 六月 2021 17:35:54 +0800 Subject: [PATCH] [修改]根据产品需求,更改事件的标题内容 --- springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/java/com/panzhihua/serviceapi/biz/impl/LcApiServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/java/com/panzhihua/serviceapi/biz/impl/LcApiServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/java/com/panzhihua/serviceapi/biz/impl/LcApiServiceImpl.java index a8917dd..4700bb5 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/java/com/panzhihua/serviceapi/biz/impl/LcApiServiceImpl.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_api/src/main/java/com/panzhihua/serviceapi/biz/impl/LcApiServiceImpl.java @@ -190,7 +190,7 @@ //获取系统网格员映射的浪潮网格员对于的用户ID eventInfo.setUserId(lcGridUserId); eventInfo.setHandleTime(DateUtils.getCurrentDateTimeStamp().toString()); - eventInfo.setCaseName(gridData.getGridName().concat(caseTypeName).concat(eventInfoVo.getEventTitle())); + eventInfo.setCaseName(gridData.getGridName().concat(caseTypeName)); log.info("事件请求数据:{}", JSONObject.toJSONString(eventInfo)); String remoteData = submitEventRegister(eventInfo); LcReturnObject lcReturnObject = JSONObject.parseObject(remoteData, LcReturnObject.class); -- Gitblit v1.7.1