胡轶钦 5 anni fa
parent
commit
f689ea3f0b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml Vedi File

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