|
@@ -1,2 +1,5 @@
|
|
|
alter table wm_task_type
|
|
|
- add task_receiver_type char default '1' null comment '承接对象(1-个人,2-企业)';
|
|
|
+ add task_receiver_type char default '1' null comment '承接对象(1-个人,2-企业)';
|
|
|
+
|
|
|
+alter table wm_score_package
|
|
|
+ add ent_task_limit decimal(5, 2) default 0.00 null comment '企业任务上限(单位%)'
|