|
|
|
@@ -22,7 +22,7 @@ CREATE TABLE `sys_config_value` ( |
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=ucs2; |
|
|
|
|
|
|
|
insert into `sys_config`(`id`,`config_item_key`,`config_item_remark`,`create_date`,`update_date`,`status`) values |
|
|
|
(1,'vierfySeconds','核销过期时间,秒','2021-11-29 17:53:23','2021-11-29 17:53:23',0); |
|
|
|
(1,'vierfySeconds','券码刷新时间,秒','2021-11-29 17:53:23','2021-11-29 17:53:23',0); |
|
|
|
insert into `sys_config`(`id`,`config_item_key`,`config_item_remark`,`create_date`,`update_date`,`status`) values |
|
|
|
(2,'defaultMerchantBUserId','外部设备核销默认商户员工编号','2021-11-29 17:53:23','2021-11-29 17:53:23',0); |
|
|
|
|
|
|
|
|