xiaof 4 жил өмнө
parent
commit
7eaf9b6807

+ 1 - 1
distributed-print-business/src/main/resources/db/init-table.sql

@@ -240,7 +240,7 @@ CREATE TABLE `client_status`  (
   `id` bigint(20) NOT NULL AUTO_INCREMENT,
   `school_id` bigint(20) NULL DEFAULT NULL,
   `machine_code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '机器唯一码',
-  `exam_task_id` bigint(20) NULL COMMENT '命题任务ID',
+  `exam_detail_id` bigint(20) NULL COMMENT '考场ID',
   `print_plan_id` bigint(20) NULL COMMENT '印刷计划ID',
   `course_code` varchar(100) NOT NULL COMMENT '课程代码',
   `course_name` varchar(200) NOT NULL COMMENT '课程名称',