|
@@ -1383,6 +1383,8 @@ class OrderController extends BaseController
|
|
|
$superInfo = ShopAdminClass::getManager($mainId);
|
|
$superInfo = ShopAdminClass::getManager($mainId);
|
|
|
$info['customSuper'] = $superInfo;
|
|
$info['customSuper'] = $superInfo;
|
|
|
|
|
|
|
|
|
|
+ $info['printFullAddress'] = $info['fullAddress'] ?? '';
|
|
|
|
|
+
|
|
|
util::success($info);
|
|
util::success($info);
|
|
|
}
|
|
}
|
|
|
|
|
|