Procházet zdrojové kódy

完成,要联调

zhujinghui před 4 roky
rodič
revize
4ef959ce93

+ 1 - 1
fcb-project-manager-core/src/main/resources/mybatis/mappers/TmEstateMapper.xml

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