Commit d4ac8631 by 徐高华

群发

parent 7c8f1c7d
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
</if> </if>
<if test="2==clerkTaskStatus"> <if test="2==clerkTaskStatus">
group by b.plan_id group by b.plan_id
having ( notSendCount = 0 or (sendCount > 0 and b.`end_time` <![CDATA[<]]> NOW() ) having ( notSendCount = 0 or (sendCount > 0 and b.`end_time` <![CDATA[<]]> NOW() ) )
order by b.end_time desc , a.create_time desc order by b.end_time desc , a.create_time desc
</if> </if>
</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