傅行帆 5 anos atrás
pai
commit
3543ce03e0

+ 1
- 0
src/main/resources/mapper/TaPreselectionRecordMapper.xml Ver arquivo

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