Quellcode durchsuchen

培训班报错

shish vor 5 Jahren
Ursprung
Commit
092c551190
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      biz-hd/px/classes/PxApplyClass.php

+ 2 - 2
biz-hd/px/classes/PxApplyClass.php

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