|
@@ -77,6 +77,7 @@ CREATE TABLE `t_e_exam_summary` (
|
|
|
`monitor_stop_count` int DEFAULT NULL COMMENT '监控停止人数',
|
|
|
`warning_count` int DEFAULT NULL COMMENT '预警总数',
|
|
|
`warning_unread` int DEFAULT NULL COMMENT '预警未读数',
|
|
|
+ `warning_student_unread` int DEFAULT NULL COMMENT '预警考生未读数(去重)',
|
|
|
`warning_multiple_face_count` int DEFAULT NULL COMMENT '陌生人脸预警总数',
|
|
|
`exception_count` int DEFAULT NULL COMMENT '异常数据总数',
|
|
|
PRIMARY KEY (`id`),
|
|
@@ -140,6 +141,4 @@ INSERT INTO t_b_role_privilege
|
|
|
VALUES(153, 'ADMIN', 19);
|
|
|
|
|
|
delete t from t_b_role_privilege t
|
|
|
-where t.id in (149,153);
|
|
|
-
|
|
|
-ALTER TABLE t_e_exam_summary ADD warning_student_unread BIGINT NULL COMMENT '预警考生未读数(去重)';
|
|
|
+where t.id in (149,153);
|