Files
ProxyPanel/sql/mod/20200419.sql
兔姬桑 07df6c542d 修复报错
1. 修复Bark通知,会出现code找不到的报错;
2. 修改邮箱与推送重复的问题;
3. 修复服务监视ServiceTimer报错的问题;
4. 修复不发使用用户编辑页面的问题;
5. 修复订单回调处理出错的问题
2020-08-05 03:20:31 +08:00

7 lines
381 B
SQL

-- 添加各类支付方式首选项
update `config` SET `name` = 'is_AliPay', `value` = '' where `config`.`id` = 78;
update `config` SET `name` = 'is_QQPay', `value` = '' where `config`.`id` = 79;
update `config` SET `name` = 'is_WeChatPay', `value` = '' where `config`.`id` = 80;
-- 添加 支付订单命称
update `config` SET `name` = 'subject_name' where `config`.`id` = 91;