|
|
@@ -607,7 +607,7 @@
|
|
|
and t2.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and t0.transfer_time < #{endDate}
|
|
|
+ and t2.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|
|
|
@@ -646,7 +646,7 @@
|
|
|
and t2.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and t0.transfer_time < #{endDate}
|
|
|
+ and t2.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|