Commit 02b34c107476e8b4b0d4113c7079697692bdf1d0
1 parent
42928d97
add log
Showing
1 changed file
with
3 additions
and
0 deletions
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 |