Commit c278e52b by 徐高华

社群

parent 3830a3b1
......@@ -97,7 +97,7 @@
</if>
<if test="null !=sendStatus">
<if test="sendStatus==30">
and a.send_status = in (0,3)
and a.send_status in (0,3)
</if>
<if test="sendStatus != 30">
and a.send_status = #{sendStatus}
......
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