q vor 1 Jahr
Ursprung
Commit
ef6d180365
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      webmain/task/openapi/openmeetAction.php

+ 2 - 0
webmain/task/openapi/openmeetAction.php

@@ -204,11 +204,13 @@ class openmeetClassAction extends openapiAction
                     SELECT 1 FROM `[Q]meeting`
                      WHERE `status` = 1
                        and `start_time` < now()
+                       and `start_time` REGEXP '".$dataDate."'
                        and `meet_state` != 2
                        and `room_id` = '".$data['id']."'
                     UNION ALL
                     SELECT 1 FROM `[Q]meeting_key`
                      WHERE `start_time` < now()
+                       and `start_time` REGEXP '".$dataDate."'
                        and `meet_state` != 2
                        and `room_id` = '".$data['id']."'
                 ) t";