shudonghui преди 1 година
родител
ревизия
a89f9cd908
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      sop-business/src/main/resources/db/log/shudonghui_update_log.sql

+ 7 - 1
sop-business/src/main/resources/db/log/shudonghui_update_log.sql

@@ -435,4 +435,10 @@ INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALU
 INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (46, 2024, 10, 4, 'LEGAL_HOLIDAYS');
 INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (47, 2024, 10, 5, 'LEGAL_HOLIDAYS');
 INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (48, 2024, 10, 7, 'LEGAL_HOLIDAYS');
-INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (49, 2024, 4, 28, 'WEEKDAY');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (49, 2024, 4, 28, 'WEEKDAY');
+
+
+--2023.11.8
+INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `related`, `enable`, `default_auth`, `front_display`) VALUES (1098, '考勤提交-明细', '/api/admin/tb/ding/detail', 'URL', 28, 6, 'AUTH', NULL, 1, 1, 0);
+UPDATE `sys_privilege` SET `name` = '列表', `url` = 'List', `type` = 'LIST', `parent_id` = 28, `sequence` = 1, `property` = 'AUTH', `related` = '2037,2038,1098', `enable` = 1, `default_auth` = 0, `front_display` = 1 WHERE `id` = 141;
+