Commit 828054b6 by 徐高华

sql

parent b6f83ddf
......@@ -170,7 +170,7 @@
<if test="null != searchParams">
and b.name like #{searchParams}
</if>
where b.end_time > now()
and b.end_time > now()
group by b.plan_id
having notSendCount
order by b.end_time desc , a.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