shish 2 years ago
parent
commit
647c28c7e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -852,7 +852,7 @@ class OrderController extends BaseController
                     $productList[$currentKey]['price'] = 0;
                 }
             }
-            $post['onlinePay'] = 2;
+            $post['hasPay'] = 1;
             $post['payWay'] = 0;
         }