feat : rank
This commit is contained in:
@@ -120,7 +120,7 @@ class ChefService
|
||||
];
|
||||
}
|
||||
|
||||
match ($orderGoods['status']) {
|
||||
match ($orderGood['status']) {
|
||||
OrderCode::FINISH => $insertData[$orderGood['sku_id']]['sale'] += $orderGood['quantity'],
|
||||
OrderCode::FINISH_REFUND => $insertData[$orderGood['sku_id']]['refund'] += $orderGood['quantity'],
|
||||
OrderCode::CANCEL => $insertData[$orderGood['sku_id']]['cancel'] += $orderGood['quantity'],
|
||||
|
||||
Reference in New Issue
Block a user