Commit 05f0375f032489dffb0f1549834ebfbcfd910816

Authored by 王言钊
1 parent 1341f385

优化点播业务代码

src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
... ... @@ -495,9 +495,6 @@ public class VideosServiceImpl {
495 495 if (shType != null) {
496 496 // 机审或者是人工审
497 497 shenheType = shType;
498   - } else {
499   - // 人工审核
500   - shenheType = CommonConst.AUDIT_TYPE_USER;
501 498 }
502 499 }
503 500 }
... ...