fix 企业端查询会议

This commit is contained in:
lijiarao
2021-12-20 14:55:43 +08:00
parent 15a599b223
commit e47c63e1ea
@@ -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}