Commit b6f83ddf by 徐高华

计划列表查询

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