ソースを参照

3.2.4 客户端bug修改

xiaofei 2 年 前
コミット
03d93a4e7e

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