|
|
@@ -1328,6 +1328,10 @@ class OrderController extends BaseController
|
|
|
if ($this->mainId == 20528) {
|
|
|
$fullAddress = $info['fullAddress'] ?? '';
|
|
|
}
|
|
|
+ }else{
|
|
|
+ if ($this->mainId == 644) {
|
|
|
+ $fullAddress = $info['fullAddress'] ?? '';
|
|
|
+ }
|
|
|
}
|
|
|
$custom = CustomClass::getById($customId, true);
|
|
|
if (empty($custom)) {
|