Commit ad14f3d8 by 徐高华

test

parent c010b936
...@@ -125,8 +125,6 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -125,8 +125,6 @@ public class StaffApiServiceImpl implements StaffApiService {
private EnterpriseService enterpriseService; private EnterpriseService enterpriseService;
@Autowired @Autowired
private Config config; private Config config;
@Autowired
private StoreService storeService ;
@Override @Override
public StaffDTO selectById(String staffId) { public StaffDTO selectById(String staffId) {
...@@ -969,7 +967,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -969,7 +967,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, 0); List<String> storeIdList = storeWidgetService.getStoreWidgetStore(storeWidgetId, enterpriseId, null, null, 2);
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