|
|
|
@@ -2,4 +2,6 @@ ALTER TABLE `mallink`.`wx_coupon_password` |
|
|
|
ADD COLUMN `pay_password` varchar(50) COMMENT '支付密码' AFTER `password`; |
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO `mallink`.`sys_config`(`id`, `config_item_key`, `config_item_remark`, `create_date`, `update_date`, `status`) VALUES (7, 'cardIsNeedPassword', '实体购物卡是否需要密码', '2023-03-08 10:49:15', '2023-03-08 10:49:15', 0); |
|
|
|
INSERT INTO `mallink`.`sys_config`(`id`, `config_item_key`, `config_item_remark`, `create_date`, `update_date`, `status`) VALUES (7, 'cardIsNeedPassword', '实体购物卡是否需要密码,0-不需要,1-需要', '2023-03-08 10:49:15', '2023-03-08 10:49:15', 0); |
|
|
|
|
|
|
|
INSERT INTO `mallink`.`sys_config`(`id`, `config_item_key`, `config_item_remark`, `create_date`, `update_date`, `status`) VALUES (8, 'couponListShowSelled', '券列表是否显示已售数量,0-不显示,1-显示', '2023-03-08 10:49:15', '2023-03-08 10:49:15', 0); |