Explorar el Código

'修改评价'

Ethan hace 6 años
padre
commit
e0f4bcf6dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -231,7 +231,7 @@ class Events
     {
         // 获取当前会话工单.
         $data = json_decode(self::$redis->HGET('SERVICELOG', $message['conversationId']), true);
-        if (empty($data)) {
+        if (empty($data) || $data['evaluate_id']) {
             return;
         }
         $chat_message = [