From f00af22b333ed3016a27abc439e966c17a0f97a4 Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Tue, 23 Jun 2026 21:30:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=B0=E8=B4=A6=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8E=92=E5=BA=8F=202.=E5=A2=9E=E5=8A=A0=E5=9C=BA?= =?UTF-8?q?=E7=AB=99/=E7=94=A8=E6=88=B7=E7=9B=91=E6=B5=8B=E8=A7=84?= =?UTF-8?q?=E6=A8=A1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/njcn/device/line/service/impl/LineServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pqs-device/pq-device/pq-device-com/src/main/java/com/njcn/device/line/service/impl/LineServiceImpl.java b/pqs-device/pq-device/pq-device-com/src/main/java/com/njcn/device/line/service/impl/LineServiceImpl.java index 88b8714a6..5586f2bd6 100644 --- a/pqs-device/pq-device/pq-device-com/src/main/java/com/njcn/device/line/service/impl/LineServiceImpl.java +++ b/pqs-device/pq-device/pq-device-com/src/main/java/com/njcn/device/line/service/impl/LineServiceImpl.java @@ -992,6 +992,7 @@ public class LineServiceImpl extends ServiceImpl implements Li areaLineInfoVO.setSubName(newUserReportVO.getProjectName()); areaLineInfoVO.setLat(newUserReportVO.getLatitude()); areaLineInfoVO.setLng(newUserReportVO.getLongitude()); + areaLineInfoVO.setObjName(newUserReportVO.getProjectName()); } } }