Explorar el Código

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

theojeng hace 3 años
padre
commit
17f901dbe6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {