Commit 02b34c107476e8b4b0d4113c7079697692bdf1d0

Authored by 王言钊
1 parent 42928d97

add log

src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
@@ -502,6 +502,9 @@ public class VideosServiceImpl { @@ -502,6 +502,9 @@ public class VideosServiceImpl {
502 shenheType = 1; 502 shenheType = 1;
503 } 503 }
504 } 504 }
  505 +
  506 +
  507 + logger.info("id : {} 审核类型: {}", shyVideo.getVideo_id(), shenheType);
505 shyVideo.setShenhe_type(shenheType); 508 shyVideo.setShenhe_type(shenheType);
506 } 509 }
507 510