|
|
@@ -19,7 +19,7 @@ class WechatOrderCron
|
|
|
$this->expressService->getAllDelivery();
|
|
|
}
|
|
|
|
|
|
- #[Cron('* */10 * * * *', 'lakala.shipping')]
|
|
|
+ #[Cron('0 */10 * * * *', 'lakala.shipping')]
|
|
|
public function orderShipping(): void
|
|
|
{
|
|
|
ExtensionPaymentModel::alias('p')
|