Commit 659e6b2f authored by jiaorz's avatar jiaorz

车辆统计导出bug

parent 9a40ec86
......@@ -29,7 +29,7 @@
and type = #{type}
</if>
<if test="startTime != null">
and count_date &gt;= #{startTime} and count_date &lt;= #{endTime}
and count_date = #{startTime}
</if>
</where>
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