LAPTOP-FO2T5SIU\35838 преди 5 месеца
родител
ревизия
55bb72c16e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      pro-base/src/main/resources/mybatis/saleManage/PropertyRegistrationMapper.xml

+ 0 - 1
pro-base/src/main/resources/mybatis/saleManage/PropertyRegistrationMapper.xml

@@ -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},'%')