ajun 5 лет назад
Родитель
Сommit
27f11e3123

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

@@ -83,9 +83,7 @@ class WeightBaseController
 
         // 7、处理波次信息
         try {
-            if ($orderPackage->isActivityBatch()) {
-                $this->activityWaveNoProcessing($orderPackage);
-            }
+            $this->activityWaveNoProcessing($orderPackage);
         } catch (\Exception $e) {
             app('LogService')->log(__METHOD__, $this->name, 'weightApi (Error)', json_encode($orderPackage) . '||' . json_encode($e), null);
             return $this->getWeightMessage($orderPackage, $e);