Commit cf2bd5b6 by 陶光胜

通过电话号码查询商户

parent d1e26497
......@@ -482,7 +482,7 @@ public class StoreApiServiceImpl implements StoreApiService {
StoreSearchDTO storeSearchDTO = new StoreSearchDTO();
storeSearchDTO.setEnterpriseId(enterpriseId);
storeSearchDTO.setSearch(search);
ServiceResponse<Page<StoreDTO>> response = this.listStore(storeSearchDTO, 1, 10000);
ServiceResponse<Page<StoreDTO>> response = this.listStore(storeSearchDTO, 1, Integer.MAX_VALUE);
if(response.isSuccess() && response.getResult() != null){
return ServiceResponse.success(response.getResult().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