20200419.sql 314 B

1234
  1. update `config` SET `name` = 'is_AliPay', `value` = '' where `config`.`id` = 78;
  2. update `config` SET `name` = 'is_QQPay', `value` = '' where `config`.`id` = 79;
  3. update `config` SET `name` = 'is_WeChatPay', `value` = '' where `config`.`id` = 80;
  4. update `config` SET `name` = 'subject_name' where `config`.`id` = 91;