dever hace 4 años
padre
commit
1085a56c2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Info.php

+ 1 - 1
lib/Info.php

@@ -300,7 +300,7 @@ class Info
     public function getFreight($id, $goods_price, $user, $num)
     {
         $info = Dever::db($this->table_info)->getOne($id);
-        return $this->freight($info, $goods_price, $user = array(), $num);
+        return $this->freight($info, $goods_price, $user, $num);
     }
 
     # 获取基本信息