Merge pull request !201 from 赵世界/bugfix/2023-08-25
This commit is contained in:
赵世界 2023-08-28 08:13:42 +00:00 committed by Gitee
commit 72d3066fe6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -50,7 +50,7 @@ abstract class BusinessClient
} else {
$orderRecord->update($order);
}
if ($order['cancel_status']) {
if (!empty($order['cancel_status'])) {
event(new BusinessOrderCancelEvent($shopId, $order['order_sn']));
}
$goodsSkuNum = 0;