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