|
|
@@ -232,6 +232,7 @@ class GhsClass extends BaseClass
|
|
|
|
|
|
$list[$key]['meetNum'] = $shopInfo[$currentShopId]['meetNum'] ?? 0;
|
|
|
$list[$key]['meetAmount'] = $shopInfo[$currentShopId]['meetAmount'] ?? 0;
|
|
|
+ $list[$key]['cutAmount'] = $shopInfo[$currentShopId]['cutAmount'] ?? 0;
|
|
|
|
|
|
$count = PurchaseClass::getCount(['ghsId' => $val['id'], 'debt' => PurchaseClass::DEBT_YES]);
|
|
|
$list[$key]['debtNum'] = $count;
|