Przeglądaj źródła

Merge branch 'v3' of http://git.ycjcjy.com/zhiyuxing/estateagents into v3

魏熙美 5 lat temu
rodzic
commit
10dd562396
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml Wyświetl plik

@@ -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}