@ -204,7 +204,7 @@ public class SysDeptController {
* @author qushutong
* @date 2019/12/13 15:25
*/
@GetMapping("getDeptTree")
@GetMapping("party/getDeptTree")
public Result<DeptOption> getDeptTree(){
return sysDeptService.getDeptTree();
}