Commit 5b4771dc2633cc46f092ec37c9c29c7d27f5df36
1 parent
45fcca26
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/api/AudioControllerApi.java
| @@ -148,7 +148,7 @@ public class AudioControllerApi { | @@ -148,7 +148,7 @@ public class AudioControllerApi { | ||
| 148 | newshyAudio.setState(1); | 148 | newshyAudio.setState(1); |
| 149 | newshyAudio.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE); | 149 | newshyAudio.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE); |
| 150 | newshyAudio.setReceive(CommonConst.RECEIVE_AUDIT); | 150 | newshyAudio.setReceive(CommonConst.RECEIVE_AUDIT); |
| 151 | - Pass.audioPass(shyAudio.getAuditor_id(), 3, shyAudio.getAttr_tags(), "易盾点播音频审核通过了", shyAudio.getCallback()); | 151 | + Pass.audioPass(shyAudio.getAudioId(), 3, shyAudio.getAttr_tags(), "易盾点播音频审核通过了", shyAudio.getCallback()); |
| 152 | } else { | 152 | } else { |
| 153 | String labelMsg = ""; | 153 | String labelMsg = ""; |
| 154 | if (action != 0 && asrStatus == 3) { | 154 | if (action != 0 && asrStatus == 3) { |