|
|
@@ -477,7 +477,7 @@ class Task
|
|
477
|
477
|
2 => 29.3
|
|
478
|
478
|
];
|
|
479
|
479
|
|
|
480
|
|
- $groupUser = Db::name('shared_prosperity_group_user')->where('group_id', $groupId)->select()->toArray();
|
|
|
480
|
+ $groupUser = Db::name('shared_prosperity_group_user')->where('group_id', $groupId)->where('status',1)->select()->toArray();
|
|
481
|
481
|
$userData = array_column($groupUser, 'user_id');
|
|
482
|
482
|
|
|
483
|
483
|
foreach ($userData as $key => $uid) {
|