...
|
...
|
@@ -32,9 +32,9 @@ public class AsynVideoLiveService implements ApplicationContextAware { |
|
|
applicationContext.publishEvent(new QiniuLiveRecordEvent(req));
|
|
|
|
|
|
|
|
|
if (req.getStartTime() == null) {
|
|
|
/*if (req.getStartTime() == null) { 之前为了兼容仓库操作员未开始录制,就结束视频。6月之后强制录制视频了
|
|
|
return;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
//记录操作日志
|
|
|
OrderOperateRecord optRecord = new OrderOperateRecord();
|
...
|
...
|
|