将原有id改为会议id, 新增situationId 为成员id

This commit is contained in:
梁琦涛
2021-10-15 09:27:34 +08:00
parent a0f49470fb
commit 081a73a89e
@@ -72,7 +72,7 @@
notice,
pms.pay_mode,
pms.id as situationId,
pm.id as id
pm.id,
(case
when date_format(start_time, '%Y-%m-%d') > #{now} then 2
when date_format(start_time, '%Y-%m-%d') <![CDATA[<=]]> #{now}