傅行帆 5 years ago
parent
commit
3543ce03e0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/TaPreselectionRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPreselectionRecordMapper.xml View File

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