Przeglądaj źródła

app 欠款管理

shish 4 lat temu
rodzic
commit
b18f0b23ca
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
         }