From 083e39cad362fb77a3cd4e972538731527673884 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Thu, 14 Dec 2023 11:56:34 +0800 Subject: [PATCH] fixed --- app/common/logic/task_template/TaskTemplateLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/task_template/TaskTemplateLogic.php b/app/common/logic/task_template/TaskTemplateLogic.php index 045805740..fa0cd380f 100644 --- a/app/common/logic/task_template/TaskTemplateLogic.php +++ b/app/common/logic/task_template/TaskTemplateLogic.php @@ -136,7 +136,7 @@ class TaskTemplateLogic extends BaseLogic Db::startTrans(); try { $company = Company::find($params['company_id']); - if ($company->company_type == 41) { + if ($company->company_type == 16) { // 创建 镇合伙人公司 任务模板 $taskScheduleAmount = 700; } else {