|
|
@@ -181,7 +181,7 @@ class MtController extends PublicController
|
|
|
$reachPeriod = date("H:i", $estimate_arrival_time);
|
|
|
$reachDate = date("Y-m-d", $estimate_arrival_time);
|
|
|
$reachTime = $estimate_arrival_time;
|
|
|
-
|
|
|
+ noticeUtil::push("1212", '15280215347');
|
|
|
$orderData = [
|
|
|
'product' => $productList,
|
|
|
'fromType' => dict::getDict('fromType', 'mt'),
|
|
|
@@ -206,6 +206,7 @@ class MtController extends PublicController
|
|
|
'thirdOrderId' => $mtOrderId,
|
|
|
];
|
|
|
$hasPay = dict::getDict('hasPay', 'payed');
|
|
|
+ noticeUtil::push("1313", '15280215347');
|
|
|
$order = OrderService::createFinishOrder($orderData, $custom, $hasPay);
|
|
|
|
|
|
$transaction->commit();
|