Commit 723657cb by 陶光胜

修改

parent 020eebeb
......@@ -65,7 +65,7 @@ public class StoreController {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
StoreSearchDTO storeSearchDTO = new StoreSearchDTO();
storeSearchDTO.setEnterpriseId(enterpriseId);
storeSearchDTO.setSearch(searchJson);
storeSearchDTO.setSearchJson(searchJson);
storeSearchDTO.setAuthSearchJson(authSearchJson);
ServiceResponse<Long> response = storeApiService.queryStoreCountFromES(storeSearchDTO);
return RestResponse.success(response.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