Commit 46890a71 authored by hezhen's avatar hezhen

Merge branch 'master_tiande_company' into dev-tiande

parents c8a1f811 17ea6089
...@@ -228,4 +228,10 @@ public class BranchCompanyController extends BaseController<BranchCompanyBiz> { ...@@ -228,4 +228,10 @@ public class BranchCompanyController extends BaseController<BranchCompanyBiz> {
return baseBiz.findBranchCompanyAreaByIds(compnayIds); return baseBiz.findBranchCompanyAreaByIds(compnayIds);
} }
@GetMapping("/alls")
public ObjectRestResponse alls(CompanySearchDTO vo){
return ObjectRestResponse.succ(baseBiz.getList(vo));
}
} }
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