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