作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !445
@@ -164,10 +164,10 @@ class CNoticeController extends BaseController @@ -164,10 +164,10 @@ class CNoticeController extends BaseController
164 */ 164 */
165 public function getCountry(){ 165 public function getCountry(){
166 $countryModel = new CountryModel(); 166 $countryModel = new CountryModel();
167 - $info = $countryModel->read(['project_id'=>$this->user['project_id']],['id','country_lists']); 167 + $info = $countryModel->read(['project_id'=>$this->user['project_id']],['id','country_sort']);
168 $ids = []; 168 $ids = [];
169 if($info !== false){ 169 if($info !== false){
170 - $ids = explode(',',$info['country_lists']); 170 + $ids = explode(',',$info['country_sort']);
171 } 171 }
172 $languageModel = new WebLanguage(); 172 $languageModel = new WebLanguage();
173 //根据排序查询选中的小语种 173 //根据排序查询选中的小语种