Преглед на файлове

Merge branch 'dev_v3.2.4' into dev_v3.2.5

xiaofei преди 2 години
родител
ревизия
117a68c1e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      distributed-print-business/src/main/resources/mapper/ConditionMapper.xml

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