소스 검색

优化代码

java110 5 년 전
부모
커밋
bd333f60ea
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      java110-db/src/main/resources/mapper/community/FloorServiceDaoImplMapper.xml

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

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