|
|
@@ -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);
|