Commit 7a101804631a1489746f88b1e7b780a4518823bd

Authored by liwei2917
1 parent aa5338a3

修改直播下线更改是否热点

src/main/java/com/cnlive/shenhe/serviceImpl/LiveServiceImpl.java
@@ -115,6 +115,7 @@ public class LiveServiceImpl { @@ -115,6 +115,7 @@ public class LiveServiceImpl {
115 shyLive.setActivity_status(activity_status); 115 shyLive.setActivity_status(activity_status);
116 shyLive.setShenhe_msg(msg); 116 shyLive.setShenhe_msg(msg);
117 shyLive.setUpdater(updater); 117 shyLive.setUpdater(updater);
  118 + shyLive.setIs_hot(1);
118 return shyLiveMapper.updateByPrimaryKey(shyLive); 119 return shyLiveMapper.updateByPrimaryKey(shyLive);
119 } 120 }
120 121