Commit ea551e5a by 陶光胜

门店查询接口

parent fdca040a
......@@ -146,7 +146,8 @@ public class StoreController extends DownloadUtils {
if(CollectionUtils.isNotEmpty(result)){
this.convertCustomField(result);
}
return RestResponse.success(result);
page.setResult(result);
return RestResponse.success(page);
} else {
return RestResponse.failure(serviceResponse.getCode(), serviceResponse.getMessage());
}
......
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