代码优化

This commit is contained in:
Billy 2025-10-28 16:34:26 +08:00
parent 86ff9608c6
commit 927c970a42

View File

@ -325,7 +325,7 @@ class CcbOrderService
); );
// 更新订单退款状态 // 更新订单退款状态
$this->updateOrderStatus($orderId, null, '2'); $this->updateOrderStatus($orderId, 0, '2');
return [ return [
'status' => true, 'status' => true,