rabin 3 vuotta sitten
vanhempi
commit
6adaa04363
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -525,7 +525,7 @@ class My extends Core
     private function getGoodsInfo(&$v)
     {
         if (!isset($v['num'])) {
-            $v['num'] = $v['total_num'] - $v['sell_num'];
+            //$v['num'] = $v['total_num'] - $v['sell_num'];
         }
         
         if ($v['type'] == 1) {