Parcourir la source

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

theojeng il y a 3 ans
Parent
commit
17f901dbe6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
         $ids = $this->goodsId;
         $totalAmount = 0;
         $totalAmount = 0;
         $totalPv = 0;
         $totalPv = 0;
+        $totalRealPv = 0;
         $this->_remainPv = 0;
         $this->_remainPv = 0;
         foreach ($this->goodsNum as $k => $v) {
         foreach ($this->goodsNum as $k => $v) {
             if ($v) {
             if ($v) {