Commit 742f3a50 by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'xgh_内容中台'

门店包含所有

See merge request !435
parents 303fab2c 841be48c
...@@ -968,7 +968,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -968,7 +968,7 @@ public class StaffApiServiceImpl implements StaffApiService {
*/ */
private List<String> getStoreWidgetIdStoreIds(String storeWidgetId, String enterpriseId) { private List<String> getStoreWidgetIdStoreIds(String storeWidgetId, String enterpriseId) {
// 门店id列表 // 门店id列表
List<String> storeIdList = storeWidgetService.getStoreWidgetStore(storeWidgetId, enterpriseId, null, null, 2); List<String> storeIdList = storeWidgetService.getStoreWidgetStore(storeWidgetId, enterpriseId, null, null, 0);
if (CollectionUtils.isEmpty(storeIdList)) { if (CollectionUtils.isEmpty(storeIdList)) {
return Collections.emptyList(); return Collections.emptyList();
} }
......
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