shish 1 year ago
parent
commit
1e8e3754ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/OrderController.php

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

@@ -185,7 +185,7 @@ class OrderController extends BaseController
                 if ($debtPrice > $remainDebtPrice) {
                     $hasPayDebt = bcsub($debtPrice, $remainDebtPrice, 2);
                 }
-                $list[$key]['hasPayAmount'] = floatval($hasPayDebt);
+                $list[$key]['hasPayDebt'] = floatval($hasPayDebt);
             }
         }
         $result = ['customInfo' => $info, 'list' => $list];