Commit 5aa033f4b43e9cf69d3fa27771e3bd9c5ba7a68f
Merge branch 'dev'
Showing
2 changed files
with
7 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/controller/VideosController.java
| @@ -191,7 +191,7 @@ public class VideosController extends BaseController { | @@ -191,7 +191,7 @@ public class VideosController extends BaseController { | ||
| 191 | ShySites shySites = sitesService.findspidDescByspid(videos.getSpid()); | 191 | ShySites shySites = sitesService.findspidDescByspid(videos.getSpid()); |
| 192 | if (CommonUtils.isNotNull(shySites)) { | 192 | if (CommonUtils.isNotNull(shySites)) { |
| 193 | if (CommonUtils.isNotEmpty(videos.getCategory()) && videos.getCategory().equals(CommonConst.CATEGORY_WITNESS)) { | 193 | if (CommonUtils.isNotEmpty(videos.getCategory()) && videos.getCategory().equals(CommonConst.CATEGORY_WITNESS)) { |
| 194 | - //0-目击者 1-童声共济 2-全民健身 3-目击者政府监督 4-美食中国 5-老年大学 6-旅游摄影大赛 7-老年大学公开课 8-甲申同文 9-万人同唱一首歌 10-上太空 11-芳华归来个人 12-芳华归来团体 13-小小表演家 100-追问发布会 | 194 | + //0-目击者 1-童声共济 2-全民健身 3-目击者政府监督 4-美食中国 5-老年大学 6-旅游摄影大赛 7-老年大学公开课 8-甲申同文 9-万人同唱一首歌 10-上太空 11-芳华归来个人 12-芳华归来团体 13-小小表演家 100-追问发布会 33-万人同唱献给党-独唱 34-万人同唱献给党-合唱 |
| 195 | String source1 = videos.getSource(); | 195 | String source1 = videos.getSource(); |
| 196 | if ("1".equals(source1)) { | 196 | if ("1".equals(source1)) { |
| 197 | videos.setSpid_desc("童声共济" + "(目击者)"); | 197 | videos.setSpid_desc("童声共济" + "(目击者)"); |
| @@ -239,6 +239,10 @@ public class VideosController extends BaseController { | @@ -239,6 +239,10 @@ public class VideosController extends BaseController { | ||
| 239 | videos.setSpid_desc("红色短剧展演" + "(目击者)"); | 239 | videos.setSpid_desc("红色短剧展演" + "(目击者)"); |
| 240 | } else if ("21".equals(source1)) { | 240 | } else if ("21".equals(source1)) { |
| 241 | videos.setSpid_desc("视频号" + "(目击者)"); | 241 | videos.setSpid_desc("视频号" + "(目击者)"); |
| 242 | + } else if ("33".equals(source1)) { | ||
| 243 | + videos.setSpid_desc("万人同唱献给党-独唱" + "(目击者)"); | ||
| 244 | + } else if ("34".equals(source1)) { | ||
| 245 | + videos.setSpid_desc("万人同唱献给党-合唱" + "(目击者)"); | ||
| 242 | } else { | 246 | } else { |
| 243 | videos.setSpid_desc(shySites.getName() + "(目击者)"); | 247 | videos.setSpid_desc(shySites.getName() + "(目击者)"); |
| 244 | } | 248 | } |
src/main/resources/templates/page/video.html
| @@ -162,6 +162,8 @@ | @@ -162,6 +162,8 @@ | ||
| 162 | <option value="101">电商-cms</option> | 162 | <option value="101">电商-cms</option> |
| 163 | <option value="17">青岛读书</option> | 163 | <option value="17">青岛读书</option> |
| 164 | <option value="21">视频号</option> | 164 | <option value="21">视频号</option> |
| 165 | + <option value="33">万人同唱献给党-独唱</option> | ||
| 166 | + <option value="34">万人同唱献给党-合唱</option> | ||
| 165 | </select> | 167 | </select> |
| 166 | <!--<input class="form-control" name="video_priority" type="text" id="video_priority">--> | 168 | <!--<input class="form-control" name="video_priority" type="text" id="video_priority">--> |
| 167 | </div> | 169 | </div> |