|
|
@@ -63,6 +63,7 @@ use App\Services\AuthorityService;
|
|
|
use App\Services\BatchService;
|
|
|
use App\Services\CacheShelfService;
|
|
|
use App\Services\ForeignHaiRoboticsService;
|
|
|
+use App\Services\ForeignZhenCangService;
|
|
|
use App\Services\LogisticService;
|
|
|
use App\Services\NotificationService;
|
|
|
use App\Services\OracleDOCOrderHeaderService;
|
|
|
@@ -758,4 +759,12 @@ sql;
|
|
|
$service = app('OwnerStoreOutFeeReportService');
|
|
|
$service->recordReport(null, [2]);
|
|
|
}
|
|
|
+
|
|
|
+ public function testZhenCang()
|
|
|
+ {
|
|
|
+ $batches=Batch::query()->with(['orders.orderCommodities.commodity.barcodes'])->find(161071);
|
|
|
+ /** @var ForeignZhenCangService $foreignZhenCangService */
|
|
|
+ $foreignZhenCangService=app('ForeignZhenCangService');;
|
|
|
+ $foreignZhenCangService->broadcastBatch($batches);
|
|
|
+ }
|
|
|
}
|