shish 4 years ago
parent
commit
1bc5a33cea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app-mall/controllers/OrderController.php

+ 1 - 0
app-mall/controllers/OrderController.php

@@ -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');