|
|
@@ -24,10 +24,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -59,10 +59,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -107,10 +107,10 @@
|
|
|
and t0.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and t0.transfer_time > startDate
|
|
|
+ and t0.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and t0.transfer_time < endDate
|
|
|
+ and t0.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -135,10 +135,10 @@
|
|
|
and t0.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and t0.transfer_time > startDate
|
|
|
+ and t0.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and t0.transfer_time < endDate
|
|
|
+ and t0.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -176,10 +176,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -211,10 +211,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.province = #{province,jdbcType=INTEGER}
|
|
|
@@ -338,10 +338,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|
|
|
@@ -373,10 +373,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|
|
|
@@ -499,10 +499,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|
|
|
@@ -537,10 +537,10 @@
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- and a.transfer_time > startDate
|
|
|
+ and a.transfer_time > #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
- and a.transfer_time < endDate
|
|
|
+ and a.transfer_time < #{endDate}
|
|
|
</if>
|
|
|
<if test="province != null">
|
|
|
and b.location_province = #{province,jdbcType=INTEGER}
|