|
@@ -47,8 +47,8 @@ alter table pay_details add extra varchar(100) comment '额外备用参数' afte
|
|
|
alter table goods_shop add vip_promotion varchar(1) not null default 0 comment '是否参与vip优惠 0否 1是';
|
|
alter table goods_shop add vip_promotion varchar(1) not null default 0 comment '是否参与vip优惠 0否 1是';
|
|
|
|
|
|
|
|
-- 新增会员每单立减金额(元)、会员每天优惠单数(个)配置
|
|
-- 新增会员每单立减金额(元)、会员每天优惠单数(个)配置
|
|
|
-INSERT INTO `tcwm2.5`.`common_info`(`id`, `create_at`, `max`, `min`, `type`, `value`, `condition_from`) VALUES (444, '2025-13-13 14:47:44', NULL, '会员每单立减金额(元)', 444, '2', 'huiyuan');
|
|
|
|
|
-INSERT INTO `tcwm2.5`.`common_info`(`id`, `create_at`, `max`, `min`, `type`, `value`, `condition_from`) VALUES (445, '2025-13-13 14:47:44', NULL, '会员每天优惠单数(个)', 445, '2', 'huiyuan');
|
|
|
|
|
|
|
+INSERT INTO `tcwm2.5`.`common_info`(`id`, `create_at`, `max`, `min`, `type`, `value`, `condition_from`) VALUES (444, '2025-11-13 14:47:44', NULL, '会员每单立减金额(元)', 444, '2', 'huiyuan');
|
|
|
|
|
+INSERT INTO `tcwm2.5`.`common_info`(`id`, `create_at`, `max`, `min`, `type`, `value`, `condition_from`) VALUES (445, '2025-11-13 14:47:44', NULL, '会员每天优惠单数(个)', 445, '2', 'huiyuan');
|
|
|
|
|
|
|
|
-- 订单添加是否会员优惠字段 0否 1是
|
|
-- 订单添加是否会员优惠字段 0否 1是
|
|
|
alter table tb_order add vip_promotion varchar(1) not null default '0' comment '是否会员优惠 0否 1是';
|
|
alter table tb_order add vip_promotion varchar(1) not null default '0' comment '是否会员优惠 0否 1是';
|