Commit 383c2889 by jinxin

Merge remote-tracking branch 'origin/feature/五月需求迭代' into feature/五月需求迭代

parents 1b5deadb 828054b6
...@@ -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>
and b.end_time > now()
group by b.plan_id group by b.plan_id
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