|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
<!-- like concat('%',#{landVo.landCode},'%')--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="landVo.landCode != null and landVo.landCode != ''"> |
|
|
|
|
and CONCAT(ll.anno_idll.land_code,ll.land_transfer_mu, ll.city,ll.canton,ll.big_group) like concat('%',#{landVo.landCode},'%') |
|
|
|
|
and CONCAT(ll.anno_id,ll.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 |
|
|
|
|