Showing
1 changed file
with
1 additions
and
1 deletions
@@ -75,7 +75,7 @@ public class UfoLiveService implements ApplicationContextAware { | @@ -75,7 +75,7 @@ public class UfoLiveService implements ApplicationContextAware { | ||
75 | record.setVedioFileUrl(fileName + ".mp4"); | 75 | record.setVedioFileUrl(fileName + ".mp4"); |
76 | qiniuLiveRecordMapper.insert(record); | 76 | qiniuLiveRecordMapper.insert(record); |
77 | 77 | ||
78 | - context.publishEvent(record); // 异步补充记录的卖家订单号,商品信息 | 78 | + context.publishEvent(record); // 异步补充记录的卖家订单号,商品信息 // 并将之前的skup相关的视频置为不可见 |
79 | } | 79 | } |
80 | 80 | ||
81 | public String queryMp4Vedio(QNliveReq req) throws PlatformException { | 81 | public String queryMp4Vedio(QNliveReq req) throws PlatformException { |
-
Please register or login to post a comment