java110 vor 4 Jahren
Ursprung
Commit
87b8354a3f

+ 0 - 3
java110-db/src/main/resources/mapper/community/FloorServiceDaoImplMapper.xml

@@ -230,9 +230,6 @@
         <if test="bId !=null and bId != ''">
             and f.b_id= #{bId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and f.user_id= #{userId}
-        </if>
         <if test="floorNum !=null and floorNum != ''">
             and f.floor_num= #{floorNum}
         </if>