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