vali 6 年之前
父節點
當前提交
c5cee738d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

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

@@ -484,7 +484,7 @@ class Events
                                 'time' => date('H:i'),
                             ]
                         ];
-                        self::$db->query("update `ws_service_log` set `status` = '3' where `user_id`= '$uid' and  kf_id='$kfuid' and  group_id=$kfgroup  ");
+                        self::$db->query("update `ws_service_log` set `status` = '3' where `user_id`= '$uid' and  kf_id='$kfuid' and  group_id=$kfgroup  and  status!=3 ");
                         Gateway::sendToClient($krclient_id, json_encode($chat_message, 256));
                     }
                 }