From af8cab142a6b15c06e131a8474574dd5b00df982 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 04 十二月 2025 22:09:58 +0800
Subject: [PATCH] feat: 改造微信accesstoken存放在系统配置表中

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java
index 233a8cf..a04871a 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysTaskServiceImpl.java
@@ -633,11 +633,11 @@
                 }
             }
         }
-        
+        // 鐢ㄤ簬璺熻釜鏄惁闇�瑕侀噸鏂板悓姝ワ紙杞﹁締銆佷汉鍛樸�佸湴鍧�銆佹垚浜や环鍙樻洿锛�
+        boolean needResync = true;
         int result = sysTaskMapper.updateSysTask(task);
         
-        // 鐢ㄤ簬璺熻釜鏄惁闇�瑕侀噸鏂板悓姝ワ紙杞﹁締銆佷汉鍛樸�佸湴鍧�銆佹垚浜や环鍙樻洿锛�
-        boolean needResync = false;
+
         
         // 鏇存柊杞﹁締鍏宠仈
         if (result > 0 && updateVO.getVehicleIds() != null && !updateVO.getVehicleIds().isEmpty()) {
@@ -2037,12 +2037,7 @@
                     }
                 }
             }
-            if (createVO.getHospitalOut().getLongitude() != null) {
-                existingInfo.setHospitalOutLongitude(createVO.getHospitalOut().getLongitude());
-            }
-            if (createVO.getHospitalOut().getLatitude() != null) {
-                existingInfo.setHospitalOutLatitude(createVO.getHospitalOut().getLatitude());
-            }
+
         }
         
         // 鏇存柊杞叆鍖婚櫌淇℃伅
@@ -2082,12 +2077,7 @@
                     }
                 }
             }
-            if (createVO.getHospitalIn().getLongitude() != null) {
-                existingInfo.setHospitalInLongitude(createVO.getHospitalIn().getLongitude());
-            }
-            if (createVO.getHospitalIn().getLatitude() != null) {
-                existingInfo.setHospitalInLatitude(createVO.getHospitalIn().getLatitude());
-            }
+
         }
         
         // 鏇存柊璐圭敤淇℃伅

--
Gitblit v1.9.1