Commit 3484460d authored by zhangsen's avatar zhangsen

公司部门树改为公司树

parent 5de8ff01
......@@ -610,16 +610,16 @@ public class FireFightingSystemController extends AbstractBaseController {
}
/**
* 消防装备单位部门
* 消防系统公司
*
* @param
* @return
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/companyTreeBySystem")
@ApiOperation(httpMethod = "GET", value = "消防系统单位部门树", notes = "消防系统单位部门树")
@ApiOperation(httpMethod = "GET", value = "消防系统公司树", notes = "消防系统公司树")
public ResponseModel<List<OrgMenuDto>> companyTreeByUserAndType() {
return ResponseHelper.buildResponse(jcsFeign.getCompanyDeptTreeWithAuth(systemAuthKey, null).getResult());
return ResponseHelper.buildResponse(jcsFeign.getCompanyDeptTreeWithAuth(systemAuthKey, "COMPANY").getResult());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment