Commit ca98014591d69ce7e504fae166f4b623b4f53b36

Authored by liwei2917
2 parents 445fe379 7a101804

Merge branch 'dev'

src/main/java/com/cnlive/shenhe/serviceImpl/LiveServiceImpl.java
... ... @@ -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  
... ...