Explorar o código

活检实体字段定义固定长度

lideyin %!s(int64=5) %!d(string=hai) anos
pai
achega
a83ddcbf2a

+ 2 - 0
examcloud-core-oe-student-dao/src/main/java/cn/com/qmth/examcloud/core/oe/student/dao/entity/ExamFaceLivenessVerifyEntity.java

@@ -42,6 +42,7 @@ public class ExamFaceLivenessVerifyEntity extends JpaEntity{
 	 * faceId返回json:notify_url返回
 	 * 网页端活体检测及比对返回值说明:https://faceid.com/pages/documents/5680508
 	 */
+	@Column(length = 2000)
 	private String resultJson;
 	/**
 	 * 验证结果
@@ -62,6 +63,7 @@ public class ExamFaceLivenessVerifyEntity extends JpaEntity{
 	/**
 	 * 错误信息
 	 */
+	@Column(length = 2000)
 	private String errorMsg;
 	
 	/**