This commit is contained in:
chenbo 2023-12-14 11:56:34 +08:00
parent 5f1675abf4
commit 083e39cad3

View File

@ -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 {