胡轶钦 5 년 전
부모
커밋
d3c9fb495f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml 파일 보기

@@ -18,6 +18,7 @@
18 18
         WHERE
19 19
             t.person_type = #{personType}
20 20
         AND t.status = #{status}
21
+        and u.status != 9
21 22
         and t.org_id = #{orgId}
22 23
         <if test="buildingId != null and buildingId != ''">
23 24
             and p.building_id = #{buildingId}