fix 企业端查询会议
This commit is contained in:
+2
@@ -73,6 +73,7 @@
|
||||
case_committee_name,
|
||||
notice,
|
||||
pm.id,
|
||||
pm.create_time as create_time,
|
||||
GROUP_CONCAT(pms.company_contact_id) company_contact_ids,
|
||||
(case
|
||||
when date_format(start_time, '%Y-%m-%d') > #{now} then 2
|
||||
@@ -127,6 +128,7 @@
|
||||
pms.register_check_result as register_check_result,
|
||||
pms.id as situationId,
|
||||
pm.id,
|
||||
pm.create_time as create_time,
|
||||
(case
|
||||
when date_format(start_time, '%Y-%m-%d') > #{now} then 2
|
||||
when date_format(start_time, '%Y-%m-%d') <![CDATA[<=]]> #{now}
|
||||
|
||||
Reference in New Issue
Block a user