فهرست منبع

拍卖会详情,不展示未发布的拍品

lilinhui 1 ماه پیش
والد
کامیت
90c8c2c48d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lot/src/main/resources/mapper/LotMapper.xml

+ 1 - 1
lot/src/main/resources/mapper/LotMapper.xml

@@ -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  &lt;&gt; 1
+        where auction_id = #{id} and del_flag  &lt;&gt; 1 and pub_status!=0
         order by last_price_time desc
     </select>