From 5f2ee03958a1a16dc27195c76ea7cffb422c95d1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 19 十二月 2025 22:40:34 +0800
Subject: [PATCH] feat: 任务修改接口,删除一些不要的字段同步

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java
index ed762b3..b0cc57d 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java
@@ -2,7 +2,10 @@
 
 import com.ruoyi.common.core.domain.AjaxResult;
 import com.ruoyi.system.domain.DepartmentSyncDTO;
+import com.ruoyi.system.domain.OrderClassDTO;
+
 import java.util.List;
+import java.util.Map;
 
 /**
  * 閮ㄩ棬鍚屾Service鎺ュ彛
@@ -26,8 +29,10 @@
      * @param branchDepts 澶栭儴浼犲叆鐨勫垎鍏徃鏁版嵁鍒楄〃
      * @return 鍚屾缁撴灉
      */
-    AjaxResult syncBranchDepartments(List<DepartmentSyncDTO> branchDepts);
-    
+    AjaxResult syncBranchDepartments(List<DepartmentSyncDTO> branchDepts, List<OrderClassDTO> orderClassDTOs,List<OrderClassDTO> dispatchClassDTOs,List<Map<String,Object>> addressList );
+
+
+    public void syncDeptAddress(List<Map<String,Object>> addressList);
     /**
      * 鍚屾杞繍閮ㄥ拰瀛愰儴闂ㄦ暟鎹紙浣跨敤澶栭儴浼犲叆鐨勬暟鎹簮锛�
      * 
@@ -38,5 +43,5 @@
      * @param transportDepts 澶栭儴浼犲叆鐨勮浆杩愰儴瀛愰儴闂ㄦ暟鎹垪琛�
      * @return 鍚屾缁撴灉
      */
-    AjaxResult syncTransportDepartments(List<DepartmentSyncDTO> transportDepts);
+    AjaxResult syncTransportDepartments(List<DepartmentSyncDTO> transportDepts,List<Map<String,Object>> addressList);
 }

--
Gitblit v1.9.1