|
|
@@ -112,6 +112,9 @@ class MtController extends PublicController
|
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
|
|
|
|
+ $caution = $post['caution'] ?? '';
|
|
|
+ $remark = $caution;
|
|
|
+
|
|
|
$orderCover = '';
|
|
|
|
|
|
foreach ($mtGoodsData as $mtKey => $mtGoods) {
|
|
|
@@ -232,6 +235,7 @@ class MtController extends PublicController
|
|
|
'reachTime' => $reachTime,
|
|
|
'reachDate' => $reachDate,
|
|
|
'reachPeriod' => $reachPeriod,
|
|
|
+ 'remark' => $remark,
|
|
|
];
|
|
|
$hasPay = dict::getDict('hasPay', 'payed');
|
|
|
OrderService::createFinishOrder($orderData, $custom, $hasPay);
|