shish 4 лет назад
Родитель
Сommit
b18f0b23ca
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/OrderController.php

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

@@ -364,6 +364,7 @@ class OrderController extends BaseController
         $post['sendCost'] = $post['sendCost'] ?? '0.00';
 
         $hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');
+        $post['debt'] = OrderClass::DEBT_NO;
         if ($hasPay == dict::getDict('hasPay', 'debt')) {
             $post['debt'] = OrderClass::DEBT_YES;
         }