@@ -503,7 +503,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and status in ('Starting','Bidding')
</if>
<if test="status==2">
- and status ='Waiting'
+ and status ='Waiting' and now()>start_time
<if test="status==3">
and status ='Sold'