Commit 289eb457 authored by hezhen's avatar hezhen

123

parent d734a8c7
...@@ -51,6 +51,7 @@ public class AppBranchCompanyController extends BaseController<BranchCompanyBiz> ...@@ -51,6 +51,7 @@ public class AppBranchCompanyController extends BaseController<BranchCompanyBiz>
@ApiModelProperty("店铺列表") @ApiModelProperty("店铺列表")
@IgnoreUserToken @IgnoreUserToken
public ObjectRestResponse selectList(CompanySearchDTO companySearchDTO) { public ObjectRestResponse selectList(CompanySearchDTO companySearchDTO) {
companySearchDTO.setState(1);
return ObjectRestResponse.succ( baseBiz.search(companySearchDTO)); return ObjectRestResponse.succ( baseBiz.search(companySearchDTO));
} }
......
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