From 9a41479bec6833ef791262ef0788114098b79720 Mon Sep 17 00:00:00 2001 From: haha Date: Wed, 5 Mar 2025 23:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3=E6=95=B4?= =?UTF-8?q?=E6=94=B9=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trouble/SmzSspProblemmodifyMapper.xml | 1 + .../src/components/BaiduMap/Map.vue | 158 ++++++++-------- .../src/layout/components/Navbar.vue | 15 +- yanzhu-ui-vue3/src/store/modules/user.js | 176 ++++++++++-------- .../trouble/problemmodify/detailDrawer.vue | 122 ++++++------ .../src/views/trouble/problemmodify/index.vue | 6 + 6 files changed, 259 insertions(+), 219 deletions(-) diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml index ce2b8a3d..d7aa77e9 100644 --- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml +++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/trouble/SmzSspProblemmodifyMapper.xml @@ -274,6 +274,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.smark_url, a.isDel, CONCAT(c.nick_name,'【',c.phonenumber,'】') as createUser, + a.createUser as updateUser, a.createTime, a.updateUser, a.updateTime, diff --git a/yanzhu-ui-vue3/src/components/BaiduMap/Map.vue b/yanzhu-ui-vue3/src/components/BaiduMap/Map.vue index 74e94333..5f914637 100644 --- a/yanzhu-ui-vue3/src/components/BaiduMap/Map.vue +++ b/yanzhu-ui-vue3/src/components/BaiduMap/Map.vue @@ -1,15 +1,15 @@ -