Explorar o código

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

lilinhui hai 1 mes
pai
achega
90c8c2c48d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>