Commit b6f83ddf by 徐高华

计划列表查询

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