Commit 58bd7ce4 by 陶光胜

二维码

parent cb780aed
......@@ -251,7 +251,7 @@
and (update_time >= #{startTime} or push_time >= #{startTime})
</if>
<if test="endTime != null">
and (update_time &lt;= #{endTime} or update_time &lt;= #{endTime})
and (update_time &lt;= #{endTime} or push_time &lt;= #{endTime})
</if>
<if test="pushClassifyId != null">
and push_classify_id = #{pushClassifyId}
......
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