Parcourir la source

1.注释mq代码

jzp il y a 1 semaine
Parent
commit
839436db76

+ 2 - 2
fs-service/src/main/java/com/fs/sop/service/impl/QwSopServiceImpl.java

@@ -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(",");