Commit 467aebb0f74b5f06e9ee319089816181e52b81c8
1 parent
c5506590
video
Showing
2 changed files
with
3 additions
and
12 deletions
src/main/java/com/cnlive/mz/live/action/VideoAction.java
| ... | ... | @@ -228,7 +228,7 @@ public class VideoAction { |
| 228 | 228 | @Request.Post("/video/unline") |
| 229 | 229 | public Result underLine(Params params){ |
| 230 | 230 | int id = params.getInt("id"); |
| 231 | - tVideoService.underLine(id); | |
| 232 | - return null; | |
| 231 | + boolean flag = tVideoService.underLine(id); | |
| 232 | + return new Result(flag); | |
| 233 | 233 | } |
| 234 | 234 | } | ... | ... |
target/m2e-wtp/web-resources/META-INF/maven/com.cnlive.mz.live.web/cnlive_live_web/pom.properties
| 1 | 1 | #Generated by Maven Integration for Eclipse |
| 2 | -#Tue Jun 21 13:17:57 CST 2016 | |
| 3 | -version=0.0.1-SNAPSHOT | |
| 4 | -groupId=com.cnlive.mz.live.web | |
| 5 | -m2e.projectName=cnlive_live_web | |
| 6 | -m2e.projectLocation=D\:\\1_CNLIVE_JAVA_CODE\\cnlive_live_web | |
| 7 | -artifactId=cnlive_live_web | |
| 8 | -#Generated by Maven Integration for Eclipse | |
| 9 | -#Mon Jun 20 09:31:18 CST 2016 | |
| 10 | -#Mon Jun 20 10:10:00 CST 2016 | |
| 11 | -#Fri Jun 17 09:20:43 CST 2016 | |
| 2 | +#Thu Jun 23 09:05:43 CST 2016 | |
| 12 | 3 | version=0.0.1-SNAPSHOT |
| 13 | 4 | groupId=com.cnlive.mz.live.web |
| 14 | 5 | m2e.projectName=cnlive_live_web | ... | ... |