|
@@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
<where>
|
|
|
<if test="auction.name != null and auction.name != ''"> and name like concat('%', #{auction.name}, '%')</if>
|
|
<if test="auction.name != null and auction.name != ''"> and name like concat('%', #{auction.name}, '%')</if>
|
|
|
<if test="auction.pubStatus != null "> and pub_status = #{auction.pubStatus}</if>
|
|
<if test="auction.pubStatus != null "> and pub_status = #{auction.pubStatus}</if>
|
|
|
- <if test="auction.endTime != null "> and end_time <= #{auction.endTime}</if>
|
|
|
|
|
|
|
+ <if test="auction.endTime != null "> and end_time >= #{auction.endTime}</if>
|
|
|
and del_flag <> 1
|
|
and del_flag <> 1
|
|
|
</where>
|
|
</where>
|
|
|
order by sort desc,id desc
|
|
order by sort desc,id desc
|