Pārlūkot izejas kodu

完成智能水电表导入功能

java110 2 gadi atpakaļ
vecāks
revīzija
2847d638ce

+ 1 - 1
java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml

@@ -43,7 +43,7 @@
             and f.`floor_num`= #{floorNum}
             and f.`floor_num`= #{floorNum}
         </if>
         </if>
         <if test="unitNum !=null and unitNum != ''">
         <if test="unitNum !=null and unitNum != ''">
-            and u.unit_num= #{unitNum}
+            and bu.unit_num= #{unitNum}
         </if>
         </if>
         <if test="floorIds !=null ">
         <if test="floorIds !=null ">
             and f.floor_id in
             and f.floor_id in