傅行帆 5 年前
父节点
当前提交
3543ce03e0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/main/resources/mapper/TaPreselectionRecordMapper.xml

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

@@ -26,6 +26,7 @@
26 26
         WHERE
27 27
             t.person_id = #{personId}
28 28
             AND t.org_id = #{orgId}
29
+            AND t.`status` = 1
29 30
         <if test="source == 'raiseChoose'">
30 31
             AND t2.`status` = 1
31 32
             AND t3.`status` = 1