q hace 1 año
padre
commit
ef6d180365
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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";