|
|
@@ -351,6 +351,7 @@ class OrderController extends BaseController
|
|
|
$post['orderPrice'] = $actPrice;
|
|
|
$post['actPrice'] = $actPrice;
|
|
|
$post['realPrice'] = $actPrice;
|
|
|
+ $post['mainPay'] = $actPrice;
|
|
|
$post['payStyle'] = 0;
|
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['needPrint'] = dict::getDict('needPrint', 'noNeed');
|