@@ -1318,4 +1318,5 @@ where purch.islower=1 and deliver.id>'.$id);
$procurements = $procurements->diffKeys($keys);
dd($procurements);
}
+
@@ -81,7 +81,7 @@ class WeightBaseController
return $this->getUpdatePackageMessage($orderPackage);
- // 7、处理波次信息
+ // 7、处理波次信息 推送至WMS称重信息
try {
$this->activityWaveNoProcessing($orderPackage);
} catch (\Exception $e) {