从1.11升级到1.14之后添加商户提示对不起,由于系统原因添加失败!,造成无法添加商户,是因为部分表的字段不完整导致的问题,
可以处理
说明:修复开启插件后新增商户保存报错的问题
定时结算修复
alter table ims_lywywl_cloudshop_store_account add bonus_timing_time int(11) unsigned NOT NULL DEFAULT ‘0’
平台分润修复
alter table ims_lywywl_cloudshop_store_account add profitshare_ratio decimal(10,2) unsigned NOT NULL DEFAULT ‘0.00’
用户订单修复
alter table ims_lywywl_cloudshop_user_order add profitshare_money decimal(10,2) unsigned NOT NULL DEFAULT ‘0.00’
alter table ims_lywywl_cloudshop_user_order add bonus_timing int(11) unsigned NOT NULL DEFAULT ‘0’
评论0