Joburgess 5 years ago
parent
commit
ee5b01a0d5

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

@@ -87,7 +87,7 @@
 				card_no_ =#{cardNo},
 			</if>
 			<if test="status!=null">
-				status_ = #{status,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler}
+				status_ = #{status,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler},
 			</if>
 				update_time_ = NOW()
 		</set> WHERE id_ = #{id}