Ver Fonte

Merge branch 'dev_v3.2.4' into dev_v3.2.5

xiaofei há 2 anos atrás
pai
commit
117a68c1e0

+ 1 - 0
distributed-print-business/src/main/resources/mapper/ConditionMapper.xml

@@ -290,6 +290,7 @@
                 JOIN
             basic_exam be ON epp.exam_id = be.id
         <where>
+            and be.enable = true
             <if test="semesterId != null">
                 and be.semester_id = #{semesterId}
             </if>