dingxin 5 gadus atpakaļ
vecāks
revīzija
c9d8250fd0

+ 1
- 1
src/main/resources/mapper/TaBuildingDynamicMapper.xml Parādīt failu

@@ -31,7 +31,7 @@
31 31
             and city_id = #{cityId}
32 32
         </if>
33 33
         <if test="title != null and title != ''">
34
-            and title = #{title}
34
+            and title like CONCAT('%', #{title} , '%')
35 35
         </if>
36 36
         <if test="orgId != null and orgId != ''">
37 37
             and org_id = #{orgId}