Commit 36a77b14 by 徐高华

门店查询

parent 5f59706c
...@@ -916,9 +916,9 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -916,9 +916,9 @@ public class StaffApiServiceImpl implements StaffApiService {
Page<StoreDTO> page = storeWidgetService.getStoreWidgetStore(storeWidgetId, null, clerkDTO.getEnterpriseId(), pageParam, clerkId,null); Page<StoreDTO> page = storeWidgetService.getStoreWidgetStore(storeWidgetId, null, clerkDTO.getEnterpriseId(), pageParam, clerkId,null);
storeId = page.getResult().get(0).getStoreId(); storeId = page.getResult().get(0).getStoreId();
storeCount = page.getTotalCount(); storeCount = page.getTotalCount();
storeRoleDTO.setStoreId(storeId);
storeRoleDTO.setStoreCount(storeCount);
} }
storeRoleDTO.setStoreId(storeId);
storeRoleDTO.setStoreCount(storeCount);
return storeRoleDTO; return storeRoleDTO;
} }
int size = storeIds.size(); int size = storeIds.size();
......
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