|
@@ -743,7 +743,7 @@ public class QwSopLogsServiceImpl implements IQwSopLogsService
|
|
|
|
|
|
// 封装消息体
|
|
|
SendSopParamDetailsC sopParamDetailsC = new SendSopParamDetailsC();
|
|
|
- sendDelayTime(sopParamDetailsC,param);
|
|
|
+// sendDelayTime(sopParamDetailsC,param);
|
|
|
// 使用线程安全的集合
|
|
|
List<QwSopLogsDoSendListTVO> sendJsApiList = Collections.synchronizedList(new ArrayList<>());
|
|
|
try {
|
|
@@ -796,6 +796,7 @@ public class QwSopLogsServiceImpl implements IQwSopLogsService
|
|
|
Long qwId=qwUser.getId();
|
|
|
|
|
|
sopParamDetailsC.setAppKey(qwUser.getAppKey());
|
|
|
+ sopParamDetailsC.setIsAuto(qwUser.getIsAuto());
|
|
|
|
|
|
// 客户的信息
|
|
|
QwExternalContactHParam contactHParam = new QwExternalContactHParam();
|