add 镇农科负责人任务-任务6,7,8结算逻辑。 任务3,4部分结算逻辑。
This commit is contained in:
parent
48afda8d39
commit
e7e0dd9a9b
@ -941,6 +941,7 @@ class TaskLogic extends BaseLogic
|
||||
if ($dayCount == $taskTemplateInfo['stage_day_one']) {
|
||||
// 目标任务金额 行政村数量*6000 + 小组服务团队数量*3000
|
||||
$targetShareholderedMoney = bcadd(bcmul($villageCount, 6000, 2), bcmul($groupServiceCompanyCount, 3000, 2), 2);
|
||||
|
||||
$companyIds = [];
|
||||
foreach ($groupServiceCompanyList as $groupServiceCompany) {
|
||||
$companyIds[] = $groupServiceCompany['id'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user