浏览代码

衡力 称重 体积计算

ajun 5 年之前
父节点
当前提交
047d6ba138
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/api/thirdPart/weight/WeightBaseController.php

+ 1 - 1
app/Http/Controllers/api/thirdPart/weight/WeightBaseController.php

@@ -257,7 +257,7 @@ class WeightBaseController
         $orderPackage['width'] = $edges[1];
         $orderPackage['height'] = $edges[2];
         $orderPackage['weighed_at'] = $req_date;
-        $orderPackage['bulk'] = $edges[0] * $edges[1] * $edges[2] / 1000;
+        $orderPackage['bulk'] = $edges[0] * $edges[1] * $edges[2];
         return $orderPackage->save();
     }