Commit e20c21c7 authored by hezhen's avatar hezhen

Merge branch 'master-vehicle-price' into dev-tiande

parents 9e491eca 2e7d8a72
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</choose> </choose>
</if> </if>
<if test="startTime != null and startTime > 0"> <if test="startTime != null and startTime > 0">
and wc.crt_time > = #{startTime} and wc.crt_time >= #{startTime}
</if> </if>
<if test="endTime != null and endTime > 0"> <if test="endTime != null and endTime > 0">
and wc.crt_time &lt;= #{endTime} and wc.crt_time &lt;= #{endTime}
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
and d.branch_id=#{branchId} and d.branch_id=#{branchId}
</if> </if>
<if test="startTime != null and startTime > 0"> <if test="startTime != null and startTime > 0">
and d.crt_time > = #{startTime} and d.crt_time >= #{startTime}
</if> </if>
<if test="endTime != null and endTime > 0"> <if test="endTime != null and endTime > 0">
and d.crt_time &lt;= #{endTime} and d.crt_time &lt;= #{endTime}
......
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