提交 a5ea9dbc 作者: 张开石

1、修改获取会议类型接口bug,系统通用会议类型中只显示已启用的系统通用的,和自己创建的

父级 b3808515
......@@ -229,10 +229,10 @@
cmt_meeting_record_template,
meet_template_enable
where
meet_type.id = 1
meet_type.is_del = 0
and meet_type.id = cmt_meeting_record_template.meeting_type
and cmt_meeting_record_template.is_del = 0
and cmt_meeting_record_template.type = 'system'
and cmt_meeting_record_template.id = meet_template_enable.rel_id
</select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论