Authored by caoyan

Merge branch 'test6.10.0' of http://git.yoho.cn/ufo/ufo-platform into test6.10.0

@@ -371,6 +371,6 @@ @@ -371,6 +371,6 @@
371 <select id="selectByStatusAndUpdateTimeLess" resultMap="BaseResultMap"> 371 <select id="selectByStatusAndUpdateTimeLess" resultMap="BaseResultMap">
372 select <include refid="Base_Column_List"></include> 372 select <include refid="Base_Column_List"></include>
373 from buyer_order 373 from buyer_order
374 - where status = #{status} and update_time < #{updateTime} 374 + where status = #{status} and update_time &lt; #{updateTime}
375 </select> 375 </select>
376 </mapper> 376 </mapper>