|
|
@@ -51,6 +51,9 @@ class OrderController extends BaseController
|
|
|
if ($order->status == 5) {
|
|
|
util::fail('订单已取消');
|
|
|
}
|
|
|
+ if ($order->fromType == 4) {
|
|
|
+ util::fail('请在美团APP上修改');
|
|
|
+ }
|
|
|
$address = $post['address'] ?? '';
|
|
|
$floor = $post['floor'] ?? '';
|
|
|
$post['fullAddress'] = $address . $floor;
|