Commit 66369938 authored by jiaorz's avatar jiaorz

后台添加IM接口

parent 9da18c5e
...@@ -537,6 +537,9 @@ ...@@ -537,6 +537,9 @@
<if test="flag == true and status == 2"> <if test="flag == true and status == 2">
and ( (v4.id IS NOT NULL and DATE_ADD(v1.book_end_date,INTERVAL '2' DAY) >= now()) OR (v4.id IS NULL AND v1.book_end_date &gt;= now())) and ( (v4.id IS NOT NULL and DATE_ADD(v1.book_end_date,INTERVAL '2' DAY) >= now()) OR (v4.id IS NULL AND v1.book_end_date &gt;= now()))
</if> </if>
<if test="flag == true">
and v1.book_user != -2
</if>
</where> </where>
group by v1.id group by v1.id
order by create_time DESC order by create_time DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment