|
|
@@ -25,6 +25,7 @@ use backendApi\modules\v1\models\lists\shop\FlowRemainPvList;
|
|
|
use common\helpers\Cache;
|
|
|
use common\helpers\Date;
|
|
|
use common\helpers\Form;
|
|
|
+use common\helpers\LoggerTool;
|
|
|
use common\models\CurrencyConversions;
|
|
|
use common\models\DeclarationPackage;
|
|
|
use common\models\DecOrder;
|
|
|
@@ -185,6 +186,8 @@ class ShopController extends BaseController {
|
|
|
|
|
|
$countries = array_filter($countries, fn($country) => in_array($country['ID'], $adminCountry));
|
|
|
|
|
|
+ LoggerTool::info(json_encode([$countries, $adminCountry]));
|
|
|
+
|
|
|
foreach ($countries as &$country) {
|
|
|
// 货币
|
|
|
$country['LOCAL_CURRENCY_NAME'] = $currencies[$country['LOCAL_CURRENCY_ID']]['NAME'] ?? '';
|