|
@@ -122,7 +122,7 @@ public class UploadChannelService {
|
|
|
return uploadChannelRepository.findByChannelIdAndCreateBy(channelId, createBy);
|
|
return uploadChannelRepository.findByChannelIdAndCreateBy(channelId, createBy);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public StoreNode getStoreNode(int channelId) throws Exception {
|
|
|
|
|
|
|
+ public StoreNode getStoreNodeByChannelId(int channelId) throws Exception {
|
|
|
int userId = AuthKeyContext.getUser();
|
|
int userId = AuthKeyContext.getUser();
|
|
|
UploadChannel uploadChannel = uploadChannelRepository.findByChannelIdAndCreateBy(channelId, userId);
|
|
UploadChannel uploadChannel = uploadChannelRepository.findByChannelIdAndCreateBy(channelId, userId);
|
|
|
if (uploadChannel == null) {
|
|
if (uploadChannel == null) {
|