Commit 45fcca265c9e21a573acc2d8e33dd4e62e3f3c6b
1 parent
c7ecc655
update
Showing
1 changed file
with
1 additions
and
2 deletions
src/main/java/com/cnlive/shenhe/api/AudioControllerApi.java
| ... | ... | @@ -139,11 +139,10 @@ public class AudioControllerApi { |
| 139 | 139 | newYiDunMsg.setId(yiDunMsg.getId()); |
| 140 | 140 | newYiDunMsg.setDuration(-1); |
| 141 | 141 | newYiDunMsg.setUpdate_time(new Date()); |
| 142 | - yiDunMsg.setResult_type(String.valueOf(action)); | |
| 143 | 142 | ShyAudio shyAudio = audioService.selectByPrimaryKey(Integer.parseInt(yiDunMsg.getContent_id())); |
| 144 | 143 | newshyAudio.setId(shyAudio.getId()); |
| 145 | 144 | if (action == 0 && asrStatus == 3) { |
| 146 | - yiDunMsg.setDesc_msg("易盾点播音频审核通过了"); | |
| 145 | + newYiDunMsg.setDesc_msg("易盾点播音频审核通过了"); | |
| 147 | 146 | newshyAudio.setMsg("易盾点播音频审核通过了"); |
| 148 | 147 | newshyAudio.setUploader("机审通过"); |
| 149 | 148 | newshyAudio.setState(1); | ... | ... |