Browse Source

签单客户查询修改

wanghui 7 years ago
parent
commit
b41aa3774b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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