|
|
@@ -31,8 +31,8 @@ class PxApplyClass extends BaseClass
|
|
|
$shopId = $shop['id'];
|
|
|
$totalIncome = bcadd($shop['totalIncome'], $data['actPrice'], 2);
|
|
|
ShopClass::updateById($shopId, ['totalIncome' => $totalIncome]);
|
|
|
-
|
|
|
- $capitalType = dict::getConfig('capitalType', 'capitalType');
|
|
|
+
|
|
|
+ $capitalType = dict::getConfig('capitalType');
|
|
|
$payWay = $data['payWay'] ?? 0;
|
|
|
$capitalTypeId = $capitalType['id'];
|
|
|
$sjId = $shop['sjId'];
|