|
|
@@ -930,11 +930,11 @@ public class QwSopServiceImpl implements IQwSopService
|
|
|
return R.error("无此任务");
|
|
|
}
|
|
|
|
|
|
- try {
|
|
|
+ /*try {
|
|
|
rocketMQTemplate.syncSend("voice-generation", JSON.toJSONString(VoiceVo.builder().type(1).id(sop.getId()).build()));
|
|
|
}catch (Exception e){
|
|
|
log.error("修改员工-异步同步临时语音失败:",e);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
String[] updateQwUserIds = param.getQwUserIds().split(",");
|
|
|
String[] qwUserIds = sop.getQwUserIds().split(",");
|