Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
a87c8eba2209a0b541ed79fa5719b09b21a2cf04
1 parent
cbbd33e8
鉴定视频优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/impl/QiniuLiveRecordService.java
order/src/main/java/com/yohoufo/order/service/impl/QiniuLiveRecordService.java
View file @
a87c8eb
...
...
@@ -126,7 +126,11 @@ public class QiniuLiveRecordService {
// 查询宣传视频
private
void
queryInitVideo
(
List
<
OrderVideoResp
>
resps
)
{
if
(!
configReader
.
getBoolean
(
"ufo.order.initVideoShow"
,
false
))
{
boolean
aBoolean
=
configReader
.
getBoolean
(
"ufo.order.initVideoShow"
,
false
);
LOG
.
info
(
"method queryInitVideo in, aBoolean : {}"
,
aBoolean
);
if
(!
aBoolean
)
{
return
;
}
...
...
Please
register
or
login
to post a comment