Joburgess 5 年之前
父節點
當前提交
b38fd1624e

+ 1 - 0
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRegistrationMapper.xml

@@ -205,6 +205,7 @@
 
 	<sql id="queryCondition">
 		<where>
+			er.status_ NOT IN ('CANCEL')
 			<if test="organIds!=null">
 				AND er.organ_id_ IN
 				<foreach collection="organIds" item="organId" separator="," open="(" close=")">