Joburgess 5 سال پیش
والد
کامیت
8dcb78c923
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      edu-user/edu-user-biz/src/main/resources/config/mybatis/ExamRoomMapper.xml

+ 3 - 0
edu-user/edu-user-biz/src/main/resources/config/mybatis/ExamRoomMapper.xml

@@ -141,6 +141,9 @@
 				<if test="er.openFlag != null">
 					open_flag_ = #{er.openFlag},
 				</if>
+				<if test="examFlag != null">
+					exam_flag_ = #{examFlag},
+				</if>
 				<if test="er.examinationBasicId != null">
 					examination_basic_id_ = #{er.examinationBasicId},
 				</if>