|
|
@@ -45,7 +45,7 @@ class GhsOrderController extends Controller
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|
|
|
$orderId = $order->id ?? 0;
|
|
|
- noticeUtil::push("批发订单自动完结失败 orderId={$orderId}, message={$e->getMessage()}", '15280215347');
|
|
|
+ noticeUtil::push("订单自动完结失败 orderId={$orderId}, message={$e->getMessage()}", '15280215347');
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -82,10 +82,11 @@ class GhsOrderController extends Controller
|
|
|
try {
|
|
|
OrderClass::confirmReach($order, $params);
|
|
|
$transaction->commit();
|
|
|
+ echo $order->id . " ok \n";
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|
|
|
$orderId = $order->id ?? 0;
|
|
|
- noticeUtil::push("批发订单自动完结失败 orderId={$orderId}, message={$e->getMessage()}", '15280215347');
|
|
|
+ noticeUtil::push("自动完结失败,orderId={$orderId}, message={$e->getMessage()}", '15280215347');
|
|
|
}
|
|
|
}
|
|
|
}
|