|
...
|
...
|
@@ -23,7 +23,7 @@ class ProjectCountryLogic extends BaseLogic |
|
|
|
public function country_info(){
|
|
|
|
$lists = $this->model->read(['project_id'=>$this->user['project_id']]);
|
|
|
|
if (empty($lists)){
|
|
|
|
$lists = [];
|
|
|
|
return [];
|
|
|
|
}
|
|
|
|
$lists['country_lists'] = $this->countryListsFormat($lists['country_lists']);
|
|
|
|
return $this->success($lists);
|
...
|
...
|
|