Commit 494b15a1 by 陶光胜

门店经纬度

parent 1a8f1923
......@@ -255,6 +255,7 @@ public class StoreController extends DownloadUtils {
@RequestMapping("export-store-list")
public RestResponse exportStoreList(@RequestBody StoreExportQO storeExportQO){
storeExportQO.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
ServiceResponse<Long> response = this.storeApiService.queryStoreCountFromES(storeExportQO);
if(response.isSuccess() && response.getResult() > 0){
int total = response.getResult().intValue();
......
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