Browse Source

Merge branch 'new-version' of http://16.162.42.175:8014/guanli/aklast into dev

theojeng 3 years ago
parent
commit
17f901dbe6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/models/forms/OrderForm.php

+ 1 - 0
common/models/forms/OrderForm.php

@@ -308,6 +308,7 @@ class OrderForm extends Model
         $ids = $this->goodsId;
         $totalAmount = 0;
         $totalPv = 0;
+        $totalRealPv = 0;
         $this->_remainPv = 0;
         foreach ($this->goodsNum as $k => $v) {
             if ($v) {