胡轶钦 hace 5 años
padre
commit
6edd4b928b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml Ver fichero

@@ -49,6 +49,7 @@
49 49
         AND t. STATUS = #{status}
50 50
         and t.org_id = #{orgId}
51 51
         and u.org_id = #{orgId}
52
+        and u.status = 1
52 53
         ORDER BY
53 54
             t.create_date DESC
54 55
     </select>