瀏覽代碼

教培计划代码提交

jingyuanchao 2 年之前
父節點
當前提交
e166ef3004
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      soc-api/soc-api-system/src/main/java/com/xunmei/system/api/RemoteOrgService.java

+ 1 - 1
soc-api/soc-api-system/src/main/java/com/xunmei/system/api/RemoteOrgService.java

@@ -81,7 +81,7 @@ public interface RemoteOrgService {
      * @param source
      * @return
      */
-    @PostMapping("/dept/selectChildHs/{orgId}")
+    @GetMapping("/dept/selectChildHs/{orgId}")
     List<SysOrg> selectChildHs(@PathVariable("orgId") Long orgId, @RequestHeader(SecurityConstants.FROM_SOURCE) String source);
 
     @GetMapping("/dept/getSysOrgByUserId/{userId}")