Commit e82c7562 by 陶光胜

登陆授权

parent 9a23389a
......@@ -29,7 +29,7 @@ public class StoreResourceData implements IResourceGroupData{
return (T) defaultResource;
}
defaultResource.setStoreResourceId(storeResource.intValue());
List<Integer> result = storeWidgetApiService.listStoreIdByStoreWidgetId(resourceGroup.getEnterpriseId(), storeResource.intValue()).getResult();
List<Integer> result = storeWidgetApiService.listStoreInfoIdByStoreWidgetId(resourceGroup.getEnterpriseId(), storeResource.intValue()).getResult();
if (CollectionUtils.isNotEmpty(result)) {
defaultResource.setStoreIdList(result);
}
......
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