登陆授权修改,数据配置用常量替代,增加获取距离工具类等
This commit is contained in:
@ -14,5 +14,5 @@ CREATE TABLE `yx_system_store_staff` (
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='门店店员表';
|
||||
|
||||
|
||||
ALTER TABLE `yxshop`.`yx_user_recharge`
|
||||
MODIFY COLUMN `give_price` decimal(8, 2) NULL DEFAULT 0.00 COMMENT '购买赠送金额' AFTER `price`
|
||||
ALTER TABLE `yshop`.`yx_user_recharge`
|
||||
ADD COLUMN `give_price` decimal(8, 2) NULL DEFAULT 0 COMMENT '赠送金额' AFTER `price`
|
Reference in New Issue
Block a user