浏览代码

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

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>