Преглед изворни кода

Merge branch 'feat-20230920-b2b' into temp-pre

lixuesong пре 1 година
родитељ
комит
0798c90c03
1 измењених фајлова са 4 додато и 1 уклоњено
  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 '企业任务上限(单位%)'