yshop2.0.1,优化拼团及其修复推广人订单等

This commit is contained in:
hupeng
2020-04-11 17:49:09 +08:00
parent 72052c959b
commit 47d18d1c8b
7 changed files with 62 additions and 7 deletions

View File

@ -25,4 +25,5 @@ ALTER TABLE `yx_store_seckill`
ADD COLUMN `time_id` int(10) UNSIGNED NULL DEFAULT 0 COMMENT '时间段id' AFTER `start_time_date`
ALTER TABLE `yx_store_category`
ADD COLUMN `is_del` tinyint(1) UNSIGNED NULL DEFAULT 0 COMMENT '删除状态' AFTER `add_time`
ADD COLUMN `is_del` tinyint(1) UNSIGNED NULL DEFAULT 0 COMMENT '删除状态' AFTER `add_time`

View File

@ -1,3 +1,5 @@
新项目 直接导入yshop2.1.sql即可
2.0升级到2.1直接把yshop2.1升级sql.txt里面sql语句运行即可
2.0.1:yx_cache表修改为yx_wechat_menu表