From 65ca50935315a89e219b7c974caf95dc28895ffc Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Thu, 16 Oct 2025 08:37:56 +0800
Subject: [PATCH] 修改
---
hazmat-system/src/main/resources/mapper/system/SysConfigMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/hazmat-system/src/main/resources/mapper/system/SysConfigMapper.xml b/hazmat-system/src/main/resources/mapper/system/SysConfigMapper.xml
index 6e4324b..54f529f 100644
--- a/hazmat-system/src/main/resources/mapper/system/SysConfigMapper.xml
+++ b/hazmat-system/src/main/resources/mapper/system/SysConfigMapper.xml
@@ -7,6 +7,8 @@
<result property="logoPath" column="logo_path" />
<result property="useProd" column="use_prod" />
<result property="companyId" column="company_id" />
+ <result property="longitude" column="longitude"/>
+ <result property="latitude" column="latitude"/>
<result property="createBy" column="create_by" />
<result property="createTime" column="create_time" />
<result property="updateBy" column="update_by" />
@@ -15,7 +17,7 @@
</resultMap>
<sql id="selectConfigVo">
- select a.id, a.logo_path, a.use_prod, a.company_id, a.create_by, a.create_time, a.update_by, a.update_time,b.name as company_name
+ select a.id, a.logo_path, a.use_prod, a.company_id,a.longitude,a.latitude, a.create_by, a.create_time, a.update_by, a.update_time,b.name as company_name
from sys_config a
left join sys_company b on b.id=a.company_id
</sql>
--
Gitblit v1.9.2