20200419.sql 381 B

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