Explorar el Código

Merge remote-tracking branch 'origin/dev_v1.0.0' into dev_v1.0.0

wangliang hace 1 año
padre
commit
bb53420d9b
Se han modificado 1 ficheros con 54 adiciones y 0 borrados
  1. 54 0
      sop-business/src/main/resources/db/log/shudonghui_update_log.sql

+ 54 - 0
sop-business/src/main/resources/db/log/shudonghui_update_log.sql

@@ -382,3 +382,57 @@ UPDATE `sys_privilege` SET `name` = '跟进', `url` = 'Follow', `type` = 'LINK',
 
 --2023.11.3
 INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `related`, `enable`, `default_auth`, `front_display`) VALUES (1097, '二期接口', '/api/sop/schedule/projectProgress', 'URL', 64, 32, 'SYS', NULL, 1, 1, 0);
+
+--2023.11.10
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (11, 2023, 12, 30, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (12, 2023, 12, 30, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (13, 2024, 1, 1, 'LEGAL_HOLIDAYS');
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (14, 2024, 2, 4, 'WEEKDAY');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (15, 2024, 2, 10, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (16, 2024, 2, 11, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (17, 2024, 2, 12, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (18, 2024, 2, 13, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (19, 2024, 2, 14, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (20, 2024, 2, 15, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (21, 2024, 2, 16, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (22, 2024, 2, 17, 'LEGAL_HOLIDAYS');
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (23, 2024, 2, 18, 'WEEKDAY');
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (24, 2024, 4, 4, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (25, 2024, 4, 5, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (26, 2024, 4, 6, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (27, 2024, 4, 7, 'WEEKDAY');
+
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (28, 2024, 5, 1, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (29, 2024, 5, 2, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (30, 2024, 5, 3, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (31, 2024, 5, 4, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (32, 2024, 5, 5, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (33, 2024, 5, 11, 'WEEKDAY');
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (34, 2024, 6, 8, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (35, 2024, 6, 9, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (36, 2024, 6, 10, 'LEGAL_HOLIDAYS');
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (37, 2024, 9, 14, 'WEEKDAY');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (38, 2024, 9, 29, 'WEEKDAY');
+
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (39, 2024, 9, 15, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (40, 2024, 9, 16, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (41, 2024, 9, 17, 'LEGAL_HOLIDAYS');
+
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (42, 2024, 10, 12, 'WEEKDAY');
+
+
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (43, 2024, 10, 1, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (44, 2024, 10, 2, 'LEGAL_HOLIDAYS');
+INSERT INTO `sop_db`.`sys_ding_date` (`id`, `year`, `month`, `day`, `type`) VALUES (45, 2024, 10, 3, 'LEGAL_HOLIDAYS');
+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');