Commit 2ab8bb892226157c86a9ce5869c2f79dcca705d5
1 parent
fa1798d3
修改白名单或者机审审核后二次人工审核增加领取人id
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| ... | ... | @@ -105,6 +105,10 @@ public class VideosServiceImpl { |
| 105 | 105 | shyVideos.setState(state); |
| 106 | 106 | shyVideos.setMsg(msg); |
| 107 | 107 | shyVideos.setUpdater(updater); |
| 108 | + if(CommonUtils.isNotEmpty(auditor_id)){ | |
| 109 | + shyVideos.setReceive(CommonConst.RECEIVE_AFTER); | |
| 110 | + shyVideos.setReceive_user_id(auditor_id); | |
| 111 | + } | |
| 108 | 112 | return shyVideosMapper.updateByPrimaryKey(shyVideos); |
| 109 | 113 | } |
| 110 | 114 | ... | ... |