fixed
This commit is contained in:
parent
5f1675abf4
commit
083e39cad3
@ -136,7 +136,7 @@ class TaskTemplateLogic extends BaseLogic
|
|||||||
Db::startTrans();
|
Db::startTrans();
|
||||||
try {
|
try {
|
||||||
$company = Company::find($params['company_id']);
|
$company = Company::find($params['company_id']);
|
||||||
if ($company->company_type == 41) {
|
if ($company->company_type == 16) {
|
||||||
// 创建 镇合伙人公司 任务模板
|
// 创建 镇合伙人公司 任务模板
|
||||||
$taskScheduleAmount = 700;
|
$taskScheduleAmount = 700;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user