|
|
|
@ -678,10 +678,9 @@ ALTER TABLE `log_client_sub_merchant_id`
|
|
|
|
|
ADD COLUMN `wechat_institution_merchant_id` varchar(6) NULL AFTER `client_id`;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.individual_daily_limit', null);
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.individual_yearly_limit', null);
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.per_order_limit', null);
|
|
|
|
|
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.individual_daily_limit', 100000,null);
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.individual_yearly_limit', 500000,null);
|
|
|
|
|
INSERT INTO `sys_configs` VALUES ('payment.ali.per_order_limit', 10000,null);
|
|
|
|
|
|
|
|
|
|
update sys_clients set contact_phone = concat('+61',contact_phone) where create_time >'2018-06-01' and source = 4
|
|
|
|
|
|
|
|
|
|