From 5e3581bf35db6d46a47bffdcdd299a536c546deb Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 21 十二月 2022 09:51:15 +0800
Subject: [PATCH] fix: 不在修改amdin表的部门

---
 ycl-platform/src/main/resources/mapper/trend/TrendAnalysisMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/trend/TrendAnalysisMapper.xml b/ycl-platform/src/main/resources/mapper/trend/TrendAnalysisMapper.xml
index 2ff2fdf..8a74e7e 100644
--- a/ycl-platform/src/main/resources/mapper/trend/TrendAnalysisMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/trend/TrendAnalysisMapper.xml
@@ -6,7 +6,9 @@
         SELECT
         t2.id,
         t2.NAME,
-        count( 0 ) AS count
+        count( 0 ) AS count,
+        t2.longitude,
+        t2.latitude
         FROM
         ums_violations t1
         LEFT JOIN ums_video_point t2 ON t2.id = t1.video_point_id

--
Gitblit v1.8.0