|
|
@@ -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}")
|