胡轶钦 5 年前
父节点
当前提交
6edd4b928b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml 查看文件

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