【update】增加问题征集按钮的sql

This commit is contained in:
lideqin
2024-03-25 12:05:49 +08:00
parent 2971ada6cb
commit ac92f5e930
+5 -1
View File
@@ -158,4 +158,8 @@ SET ppc.receivable_amount = ppc.pack_charge_total,
WHERE
ppc.receivable_amount IS NULL
AND ppc.pack_year = '2024'
AND ppc.pack_charge_total IS NOT NULL
AND ppc.pack_charge_total IS NOT NULL
-- 增加问题征集的查询和导出按钮
INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1772111035504529410', '1443470646404014081', '问题征集-查询', NULL, NULL, NULL, NULL, 2, 'standardsMeeting:problemCollection:search', '0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-25 11:59:30', 'LKGLZ', '2024-03-25 12:00:10', 0, 0, '1', 0, 1);
INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1772111177775321090', '1443470646404014081', '问题征集-导出', NULL, NULL, NULL, NULL, 2, 'standardsMeeting:problemCollection:export', '0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-25 12:00:04', NULL, NULL, 0, 0, '1', 0, 1);