|
@@ -75,7 +75,7 @@ class openmeetClassAction extends openapiAction
|
|
|
];
|
|
|
}
|
|
|
|
|
|
- $topics = $this->db->getall("select `id`, `topic_title`, `topic_attendee`, `topic_state` from `[Q]topics` where mid = {$meetData['id']} order by sort");
|
|
|
+ $topics = $this->db->getall("select `id`, `topic_title`, `topic_attendee`, `topic_state` from `[Q]meeting_topics` where mid = {$meetData['id']} order by sort");
|
|
|
|
|
|
|
|
|
$now = date('Y年m月d日('.$this->getWeek($meetData['meeting_time']).') H:i:s');
|
|
@@ -126,7 +126,7 @@ class openmeetClassAction extends openapiAction
|
|
|
}
|
|
|
|
|
|
// 获取议题信息
|
|
|
- $topics = $this->db->getall("select `id`, `topic_title`, `topic_attendee`, `topic_attendee_id`, `topic_state` from `[Q]topics` where mid = {$rawArr['meet_id']} order by sort");
|
|
|
+ $topics = $this->db->getall("select `id`, `topic_title`, `topic_attendee`, `topic_attendee_id`, `topic_state` from `[Q]meeting_topics` where mid = {$rawArr['meet_id']} order by sort");
|
|
|
|
|
|
if (!isset($topics) || !isset($rawArr['meet_id'])) {
|
|
|
return [
|