Merge branch 'test6.10.0' of http://git.yoho.cn/ufo/ufo-platform into test6.10.0
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 < #{updateTime} |
375 | </select> | 375 | </select> |
376 | </mapper> | 376 | </mapper> |
-
Please register or login to post a comment