Authored by mali

视频封面

... ... @@ -40,7 +40,7 @@ public class QiniuLiveRecordService {
@Autowired
private BuyerOrderMapper buyerOrderMapper;
@Resource(name = "core-config-reader")
@Autowired
private ConfigReader configReader;
private static String makeLiveVideoUrl(String filename) {
... ... @@ -129,7 +129,7 @@ public class QiniuLiveRecordService {
boolean aBoolean = configReader.getBoolean("ufo.order.initVideoShow", false);
LOG.info("method queryInitVideo in, aBoolean : {}", aBoolean);
aBoolean =false;
if (!aBoolean) {
return;
}
... ...