소스 검색

这代码写的 我都检查过两遍怎么还少关键信息 我也是醉了

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

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

@@ -23,7 +23,7 @@
         from f_floor t
         from f_floor t
         LEFT JOIN f_floor_attr t2 on t.floor_id = t2.floor_id and t2.spec_cd='100201912001' and t2.value='8008'
         LEFT JOIN f_floor_attr t2 on t.floor_id = t2.floor_id and t2.spec_cd='100201912001' and t2.value='8008'
         LEFT JOIN u_user t3 on t.user_id = t3.user_id and t3.status_cd = 0
         LEFT JOIN u_user t3 on t.user_id = t3.user_id and t3.status_cd = 0
-        where  and t.status_cd=0
+        where  t.status_cd=0
         <if test="floorId !=null and floorId != ''">
         <if test="floorId !=null and floorId != ''">
             and t.floor_id= #{floorId}
             and t.floor_id= #{floorId}
         </if>
         </if>