|
...
|
...
|
@@ -64,7 +64,7 @@ class ProofreadingLogic extends BaseLogic |
|
|
|
$countryInfo = $projectCountryModel->read($map);
|
|
|
|
$list = [];
|
|
|
|
if(!empty($countryInfo['country_lists'])){
|
|
|
|
$countryArr = explode(".",$countryInfo['country_lists']);
|
|
|
|
$countryArr = explode(",",$countryInfo['country_lists']);
|
|
|
|
$webCountryModel = new WebSettingCountry();
|
|
|
|
$list = $webCountryModel->list(['id'=>['in',$countryArr]]);
|
|
|
|
}
|
...
|
...
|
|