|
@@ -60,6 +60,8 @@ INSERT INTO `b_sys_config` (`id`, `type`, `description`, `update_time`)
|
|
|
VALUES (3, 'AUTO_REPORT', null, '2021-08-09 15:38:58');
|
|
|
INSERT INTO `b_sys_config` (`id`, `type`, `description`, `update_time`)
|
|
|
VALUES (4, 'STUDENT_SHEET_COUNT', null, '2021-08-09 15:38:58');
|
|
|
+INSERT INTO `b_sys_config` (`id`, `type`, `description`, `update_time`)
|
|
|
+VALUES (5, 'QUALITY_ANALYSIS', null, now() );
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|