This commit is contained in:
Your Name
2026-06-04 16:51:25 +08:00
parent 84eef45553
commit b566e60624
4 changed files with 127 additions and 21 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ class ExpressAutoUpdate extends Command
try {
$result = ExpressTrackingService::autoUpdateBatch(1000);
$recon = ExpressTrackingService::reconcileAssistantReleaseForShippedPrescriptionOrders(1000);
$duration = round(microtime(true) - $startTime, 2);
$output->writeln("更新完成!");