|
|
@@ -102,7 +102,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectLotByAucId" parameterType="Long" resultMap="LotResult">
|
|
|
<include refid="selectLotVo"/>
|
|
|
- where auction_id = #{id} and del_flag <> 1
|
|
|
+ where auction_id = #{id} and del_flag <> 1 and pub_status!=0
|
|
|
order by last_price_time desc
|
|
|
</select>
|
|
|
|