Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
ca98014591d69ce7e504fae166f4b623b4f53b36
Authored by
liwei2917
2019-08-06 15:07:13 +0800
2 parents
445fe379
7a101804
Merge branch 'dev'
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/LiveServiceImpl.java
src/main/java/com/cnlive/shenhe/serviceImpl/LiveServiceImpl.java
View file @
ca98014
...
...
@@ -115,6 +115,7 @@ public class LiveServiceImpl {
115
115
shyLive.setActivity_status(activity_status);
116
116
shyLive.setShenhe_msg(msg);
117
117
shyLive.setUpdater(updater);
118
+ shyLive.setIs_hot(1);
118
119
return shyLiveMapper.updateByPrimaryKey(shyLive);
119
120
}
120
121
...
...