Commit 8d48f7838e5317c53632fb1425ef46706ec592dc
1 parent
02657f14
免审update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| ... | ... | @@ -411,6 +411,7 @@ public class VideosServiceImpl { |
| 411 | 411 | |
| 412 | 412 | //获取点播免审sp |
| 413 | 413 | List<Integer> sites = sitesService.getBusinessList(CommonConst.BUSINESS_VIDEO); |
| 414 | + logger.info("sites"+sites.toString()); | |
| 414 | 415 | //初始化一个审核状态 |
| 415 | 416 | Integer shenheType=3;//审核类型,1:免审,2:机审,3:人工审 |
| 416 | 417 | //如果当前sp是免审sp | ... | ... |