소스 검색

上传富勒

ajun 5 년 전
부모
커밋
27f11e3123
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/Http/Controllers/api/thirdPart/weight/WeightBaseController.php

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

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