|
@@ -41,7 +41,7 @@
|
|
|
and estate.belong_company_id = #{departmentId}
|
|
|
</if>
|
|
|
<if test="ew.fcbEstateId != null and ew.fcbEstateId != ''">
|
|
|
- and estate.fcb_estate_id = #{ew.fcbEstateId}
|
|
|
+ and estate.fcb_estate_id like concat('%', #{fcbEstateId}, '%')
|
|
|
</if>
|
|
|
<if test="ew.houseTitle != null and ew.houseTitle != ''">
|
|
|
and house.house_title like concat('%', #{ew.houseTitle}, '%')
|