|
@@ -263,7 +263,6 @@
|
|
|
fund_collection_status =2 and contract_manage.contract_status != 3
|
|
|
<if test="record.buyerName != null and record.buyerName != ''">
|
|
|
and contract_manage.buyer_Name like concat('%',#{record.buyerName},'%')
|
|
|
-
|
|
|
</if>
|
|
|
<if test="record.houseName != null and record.houseName != ''">
|
|
|
and contract_manage.house_Name like concat('%',#{record.houseName},'%')
|