Commit 589e6a51 authored by hezhen's avatar hezhen

123

parent 1fde87f0
......@@ -110,9 +110,9 @@ public class AdminCompanyInfoController extends BaseController<CompanyInfoApplyB
}
@GetMapping("alls")
@GetMapping("getList")
@ApiModelProperty("商家列表")
public ObjectRestResponse alls(CompanyInfoFindDTO companyInfoFindDTO) {
public ObjectRestResponse getList(CompanyInfoFindDTO companyInfoFindDTO) {
return ObjectRestResponse.succ( companyInfoBiz.getList(companyInfoFindDTO));
}
......
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