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));
                     }
                 }