Showing
1 changed file
with
1 additions
and
1 deletions
@@ -44,7 +44,7 @@ public class OrderConfigConstant { | @@ -44,7 +44,7 @@ public class OrderConfigConstant { | ||
44 | 44 | ||
45 | // 获取视频生成方式。true 老的七牛直播方式 false 则代表NVR方式 | 45 | // 获取视频生成方式。true 老的七牛直播方式 false 则代表NVR方式 |
46 | public boolean getVedioConfig() { | 46 | public boolean getVedioConfig() { |
47 | - return configReader.getBoolean("ufo.Vedio.Config", true); | 47 | + return configReader.getBoolean("ufo.Vedio.Config", false); |
48 | } | 48 | } |
49 | 49 | ||
50 | public static Map<Integer, Map<Integer, String>> getOrderAttributeMap() { | 50 | public static Map<Integer, Map<Integer, String>> getOrderAttributeMap() { |
-
Please register or login to post a comment