|
@@ -28,7 +28,12 @@ public class StoreServiceWrapperImpl implements StoreServiceWrapper {
|
|
|
public StoreServiceWrapperImpl(UploadChannelService uploadChannelService) {
|
|
public StoreServiceWrapperImpl(UploadChannelService uploadChannelService) {
|
|
|
this.uploadChannelService = uploadChannelService;
|
|
this.uploadChannelService = uploadChannelService;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public int getChannelScope(int channelId) {
|
|
|
|
|
+ return -1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
private StoreService getStoreService(int channelId) throws Exception {
|
|
private StoreService getStoreService(int channelId) throws Exception {
|
|
|
int loginUser = 1;
|
|
int loginUser = 1;
|
|
|
StoreNode storeNode = uploadChannelService.getStoreNodeByChannelId(loginUser, channelId);
|
|
StoreNode storeNode = uploadChannelService.getStoreNodeByChannelId(loginUser, channelId);
|