Browse Source

docs: 积分包新增-企业任务上限字段

lixuesong 1 year ago
parent
commit
11f8e7c29c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      db/v2.0/20230921.sql

+ 4 - 1
db/v2.0/20230921.sql

@@ -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 '企业任务上限(单位%)'