mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
feat: #10000 更新
This commit is contained in:
parent
41a809e763
commit
118b0e31cf
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user