|
|
@@ -84,6 +84,10 @@ class TestController extends PublicController
|
|
|
$onlinePay = $hdOrder['onlinePay'] ?? 0;
|
|
|
$fromType = $hdOrder['fromType'] ?? 0;
|
|
|
|
|
|
+ if(floatval($actPrice) == 611){
|
|
|
+ print_r($hdOrder);
|
|
|
+ }
|
|
|
+
|
|
|
if ($onlinePay == dict::getDict('onlinePay', 'yes')) {
|
|
|
//使用在线支付
|
|
|
$incomeList['system']['amount'] = bcadd($incomeList['system']['amount'], $mainPay, 2);
|
|
|
@@ -166,7 +170,7 @@ class TestController extends PublicController
|
|
|
$incomeList['other']['category']['ls']['num'] = bcadd($incomeList['other']['category']['ls']['num'], 1);
|
|
|
break;
|
|
|
default:
|
|
|
- echo $actPrice.' ---- ';die;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|