Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
caoyan
2019-08-02 16:53:04 +0800
Commit
b13e4c083e85ceb5319942bf88d4b3a65376eaa9
2 parents
eee954f7
30f05f68
Merge branch 'test6.9.9' of
http://git.yoho.cn/ufo/ufo-platform
into test6.9.9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yoho/ufo/order/constant/OrderConfigConstant.java
order/src/main/java/com/yoho/ufo/order/constant/OrderConfigConstant.java
View file @
b13e4c0
...
...
@@ -44,7 +44,7 @@ public class OrderConfigConstant {
// 获取视频生成方式。true 老的七牛直播方式 false 则代表NVR方式
public
boolean
getVedioConfig
()
{
return
configReader
.
getBoolean
(
"ufo.Vedio.Config"
,
tru
e
);
return
configReader
.
getBoolean
(
"ufo.Vedio.Config"
,
fals
e
);
}
public
static
Map
<
Integer
,
Map
<
Integer
,
String
>>
getOrderAttributeMap
()
{
...
...
Please
register
or
login
to post a comment