|
|
|
@ -125,10 +125,13 @@
|
|
|
|
|
<if test="landVo.endDate != null and landVo.endDate != ''"> |
|
|
|
|
and date_format(ll.auction_date,'%Y-%m-%d') <= #{landVo.endDate} |
|
|
|
|
</if> |
|
|
|
|
<!-- <if test="landVo.landCode != null and landVo.landCode != ''">--> |
|
|
|
|
<!-- and CONCAT(IFNULL(ll.anno_id,''),IFNULL(ll.land_code,''),IFNULL(ll.land_transfer_mu,'')--> |
|
|
|
|
<!-- ,IFNULL(ll.city,''),IFNULL(ll.canton,''),IFNULL(ll.big_group,''))--> |
|
|
|
|
<!-- like concat('%',#{landVo.landCode},'%')--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="landVo.landCode != null and landVo.landCode != ''"> |
|
|
|
|
and CONCAT(IFNULL(ll.anno_id,''),IFNULL(ll.land_code,''),IFNULL(ll.land_transfer_mu,'') |
|
|
|
|
,IFNULL(ll.city,''),IFNULL(ll.canton,''),IFNULL(ll.big_group,'')) |
|
|
|
|
like concat('%',#{landVo.landCode},'%') |
|
|
|
|
and CONCAT(ll.anno_idll.land_code,ll.land_transfer_mu, ll.city,ll.canton,ll.big_group) like concat('%',#{landVo.landCode},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|
order by ll.land_listed_id desc |
|
|
|
|