魏超 5 år sedan
förälder
incheckning
2d1d258f48

+ 1
- 1
src/main/resources/mapper/TaPreselectionRecordMapper.xml Visa fil

@@ -119,7 +119,7 @@
119 119
                 AND a.room_name like CONCAT('%',#{bo.roomName}, '%')
120 120
             </if>
121 121
             <if test="bo.houseId != null and bo.houseId !=''">
122
-                AND t.house_id = #{bo.houseId}
122
+                AND t.house_id like CONCAT('%',#{bo.houseId}, '%')
123 123
             </if>
124 124
             <if test="bo.phone != null and bo.phone != ''">
125 125
                 AND b.phone like CONCAT('%',#{bo.phone}, '%')

+ 1
- 1
src/main/resources/mapper/TaRaiseRecordMapper.xml Visa fil

@@ -84,7 +84,7 @@
84 84
             AND t.raise_id =#{bo.raiseId}
85 85
         </if>
86 86
         <if test="bo.houseId != null and bo.houseId != ''">
87
-            AND t3.house_id =  =#{bo.houseId}
87
+            AND t3.house_id = #{bo.houseId}
88 88
         </if>
89 89
         <if test="bo.raiseRecordId != null and bo.raiseRecordId != ''">
90 90
             AND t.raise_record_id = #{bo.raiseRecordId}