|
|
@@ -129,7 +129,7 @@ class CallBackHandler
|
|
|
call_user_func($extraHandler, $order, $sendStatus, true);
|
|
|
}
|
|
|
|
|
|
- $cg = PurchaseClass::getById($order->purchaseId, true, 'id',$sendStatus);
|
|
|
+ $cg = PurchaseClass::getById($order->purchaseId, true, 'id,sendStatus');
|
|
|
$cg->sendStatus = $sendStatus;
|
|
|
$cg->save();
|
|
|
|