Commit e65909cb authored by jiaorz's avatar jiaorz

Merge branch 'master-count-vehicle' into dev

parents 83ef6d3c 659e6b2f
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
and type = #{type} and type = #{type}
</if> </if>
<if test="startTime != null"> <if test="startTime != null">
and count_date &gt;= #{startTime} and count_date &lt;= #{endTime} and count_date = #{startTime}
</if> </if>
</where> </where>
order by id DESC order by id DESC
......
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