Commit 066bfdd5 by 徐高华

朋友圈

parent f0bf9623
......@@ -73,6 +73,15 @@
<if test="null != startTime">
and ( a.create_time >= #{startTime} and a.create_time <![CDATA[ <= ]]> #{endTime} )
</if>
<if test="sendStatus==0">
and a.task_status = 2 and b.end_time > now()
</if>
<if test="sendStatus==1">
and a.task_status = 1
</if>
<if test="sendStatus==2">
and a.task_status = 2 and b.end_time <![CDATA[ <= ]]> now()
</if>
and a.status_flag = #{statusFlag}
</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