From 63eb6d4c6d2d60d3794e8d2a9e50a899605a55bf Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 19 Jul 2022 10:46:17 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20-=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=A0=87=E5=8D=8F=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?-=E4=BC=9A=E8=AE=AE=E7=BB=B4=E6=8A=A4-=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=BE=81=E9=9B=86=20=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/22年7月变更.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/22年7月变更.sql b/db/22年7月变更.sql index 78e9ba13..2515d71a 100644 --- a/db/22年7月变更.sql +++ b/db/22年7月变更.sql @@ -42,6 +42,11 @@ INSERT INTO sys_dict ( id, dict_name, dict_code, description, del_flag, create_b INSERT INTO sys_dict_item ( id, dict_id, item_text, item_value, description, sort_order, status, create_by, create_time ) VALUES ( '1547479215562240001', '1547479075568955393', '已结束', '0', '已结束', 1, 1, 'LKGLZ', '2022-07-14 15:12:50' ); INSERT INTO sys_dict_item ( id, dict_id, item_text, item_value, description, sort_order, status, create_by, create_time ) VALUES ( '1547479261783470082', '1547479075568955393', '征集中', '1', '', 1, 1, 'LKGLZ', '2022-07-14 15:13:01' ); +-- 菜单按钮权限的增加 +-- 2022-07-14 标协会议-会议维护-问题征集 按钮 +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`) VALUES ('1547494778165481474', '1443470646404014081', '问题征集', NULL, NULL, NULL, NULL, 2, 'standardsMeeting:problemCollection', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2022-07-14 16:14:41', NULL, NULL, 0, 0, '1', 0); + + alter table tb_member_project_subitem add column member_payment_amount decimal(12, 2) null comment '会员缴费金额', add column certificate_payment_amount decimal(12, 2) null comment '证书缴费金额',