Commit 56fb0119 authored by zhangfeng's avatar zhangfeng

Merge remote-tracking branch 'origin/feature_member_score' into feature_member_score

parents 9764f29c d151aee9
......@@ -53,6 +53,12 @@ CREATE TABLE `ecw_vz` (
) ENGINE=InnoDB ROW_FORMAT=DYNAMIC COMMENT='计量单位表';
alter table `ecw_target_log`
add column `loglev` int DEFAULT NULL COMMENT '逻辑计算来源';
alter table `ecw_target_log`
add column `gsf` varchar(800) COLLATE utf8mb4_general_ci DEFAULT NULL;
alter table `ecw_target_log`
add column `gstype` int DEFAULT NULL;
-- 新增订单产生业绩时归属客户状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment