From 44c6d8e1d2dbe3fb1fabc1c3b3636bdd7be0e752 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Fri, 31 Dec 2021 15:19:37 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=96=B0=E5=A2=9Esql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/元旦前上线新增.sql | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/db/元旦前上线新增.sql b/db/元旦前上线新增.sql index bfcd630d..1084e169 100644 --- a/db/元旦前上线新增.sql +++ b/db/元旦前上线新增.sql @@ -19,4 +19,11 @@ VALUES ('1476097698292408321', '1438072308749918210', '发布', 'otherMeeting:re INSERT INTO sys_permission (id, parent_id, name, perms, perms_type, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external) VALUES ('1476097803296808961', '1443470646404014081', '发布', 'standardsMeeting:release', '1', 1.0, 2, true, true, false, - 'LKGLZ', 0, false, '2021-12-29 15:48:35', '1', false, false); \ No newline at end of file + 'LKGLZ', 0, false, '2021-12-29 15:48:35', '1', false, false); + +INSERT INTO `income_payments`.`sys_sms_template` (`id`, `template_name`, `template_code`, `recipient`, `template_type`, + `template_content`, `template_test_json`, `create_time`, `create_by`, + `update_time`, `update_by`) +VALUES ('1440878839180997545', '6', 'QY_22_WJTZ_DEND_FILE', 2, '3,2', + '

${projectName}收费通知文件已发送到您的账号和邮箱,可通过手机号登录系统${systemAddress}或微信小程序搜索${wxName}进入查看。

', NULL, + '2021-09-23 11:21:00', 'admin', '2021-12-30 11:42:08', 'LKGLZ');