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`