合并分支 'akun' 到 'master'
Akun 查看合并请求 !445
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 | //根据排序查询选中的小语种 |
-
请 注册 或 登录 后发表评论