소스 검색

3.2.4 客户端bug修改

xiaofei 2 년 전
부모
커밋
03d93a4e7e
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>