From 6d838ac835526fe5fdb564dc251e7da00b3774bd Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 05 十二月 2024 15:27:24 +0800 Subject: [PATCH] 修改启动异常 --- ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml index b9f43fe..d47604c 100644 --- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml +++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml @@ -31,8 +31,8 @@ ts.`name` shopName, ts.address shopAddress, tt.name technicianName, - tt.longitude, - tt.latitude, + ts.longitude, + ts.latitude, tts.subscribe_time, tts.service_mode, CASE -- Gitblit v1.7.1