Commit b7aaa396 by guojuxing

门店查询

parent f95ee36a
......@@ -98,7 +98,8 @@ public class WmStoreSyncController {
public RestResponse listStore(StoreSearchDTO storeSearchDTO) {
//todo 过滤已同步过的门店
storeSearchDTO.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
return ResultControllerUtils.commonResult(storeApiService.listStore(storeSearchDTO, 0, 1000));
return ResultControllerUtils.commonResult(storeApiService
.listStore(storeSearchDTO, storeSearchDTO.getCurrentPage(), storeSearchDTO.getPageSize()));
}
/**
......
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