shish 4 лет назад
Родитель
Сommit
1bc5a33cea
1 измененных файлов с 1 добавлено и 0 удалено
  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');