Commit 05f0375f032489dffb0f1549834ebfbcfd910816
1 parent
1341f385
优化点播业务代码
Showing
1 changed file
with
0 additions
and
3 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| @@ -495,9 +495,6 @@ public class VideosServiceImpl { | @@ -495,9 +495,6 @@ public class VideosServiceImpl { | ||
| 495 | if (shType != null) { | 495 | if (shType != null) { |
| 496 | // 机审或者是人工审 | 496 | // 机审或者是人工审 |
| 497 | shenheType = shType; | 497 | shenheType = shType; |
| 498 | - } else { | ||
| 499 | - // 人工审核 | ||
| 500 | - shenheType = CommonConst.AUDIT_TYPE_USER; | ||
| 501 | } | 498 | } |
| 502 | } | 499 | } |
| 503 | } | 500 | } |