|
|
@@ -224,6 +224,9 @@ class GhsClass extends BaseClass
|
|
|
$count = PurchaseClass::getCount(['ghsId' => $val['id'], 'debt' => PurchaseClass::DEBT_YES]);
|
|
|
$list[$key]['debtNum'] = $count;
|
|
|
|
|
|
+ $pfLevel = $shopInfo[$currentShopId]['pfLevel'] ?? 0;
|
|
|
+ $list[$key]['pfLevel'] = $pfLevel;
|
|
|
+
|
|
|
}
|
|
|
return $list;
|
|
|
}
|