|
|
@@ -278,8 +278,8 @@ class StatKdClass extends BaseClass
|
|
|
if ($onlinePay == dict::getDict('onlinePay', 'yes')) {
|
|
|
$incomeList['system']['amount'] = bcadd($incomeList['system']['amount'], $actPrice, 2);
|
|
|
$incomeList['system']['num'] = bcadd($incomeList['system']['num'], 1);
|
|
|
- $incomeList['system']['category']['pfJz']['amount'] = bcadd($incomeList['system']['category']['pf']['amount'], $actPrice, 2);
|
|
|
- $incomeList['system']['category']['pfJz']['num'] = bcadd($incomeList['system']['category']['pf']['num'], 1);
|
|
|
+ $incomeList['system']['category']['pfJz']['amount'] = bcadd($incomeList['system']['category']['pfJz']['amount'], $actPrice, 2);
|
|
|
+ $incomeList['system']['category']['pfJz']['num'] = bcadd($incomeList['system']['category']['pfJz']['num'], 1);
|
|
|
} else {
|
|
|
//使用非在线支付
|
|
|
switch ($payWay) {
|