|
...
|
...
|
@@ -215,7 +215,7 @@ class InquiryLogic extends BaseLogic |
|
|
|
];
|
|
|
|
if(!empty($param['country_code'])){
|
|
|
|
$wordCountryModel = new WordCountry();
|
|
|
|
$info = $wordCountryModel->read(['pid'=>0,'iso2'=>$this->param['country_code']],['chinese_name']);
|
|
|
|
$info = $wordCountryModel->read(['pid'=>0,'iso2'=>$param['country_code']],['chinese_name']);
|
|
|
|
if($info !== false){
|
|
|
|
$param['country'] = $info['chinese_name'];
|
|
|
|
}
|
...
|
...
|
|