yin 2 月之前
父节点
当前提交
f8a7e48bb1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      distributed-print/install/mysql/init/teachcloud_db.sql

+ 1 - 1
distributed-print/install/mysql/init/teachcloud_db.sql

@@ -2612,7 +2612,7 @@ CREATE TABLE IF NOT EXISTS `scan_refix_batch` (
 -- ----------------------------
 CREATE TABLE IF NOT EXISTS `scan_student_paper` (
   `id` bigint NOT NULL,
-  `student_id` bigint NOT NULL,scan_student
+  `student_id` bigint NOT NULL,
   `paper_index` int NOT NULL,
   `paper_id` bigint NOT NULL,
   `create_time` bigint DEFAULT NULL,