deason 3 년 전
부모
커밋
7aba5fcf70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/core/examwork/dao/entity/UserNoticeEntity.java

+ 1 - 1
examcloud-core-examwork-dao/src/main/java/cn/com/qmth/examcloud/core/examwork/dao/entity/UserNoticeEntity.java

@@ -60,7 +60,7 @@ public class UserNoticeEntity extends WithIdJpaEntity {
 	/**
 	 * 是否已撤销
 	 */
-	@Column(nullable = false)
+	@Column(nullable = true)
 	private Boolean hasRecalled;
 
 	public Long getRootOrgId() {