正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -64,7 +64,7 @@ class ProofreadingLogic extends BaseLogic | @@ -64,7 +64,7 @@ class ProofreadingLogic extends BaseLogic | ||
| 64 | $countryInfo = $projectCountryModel->read($map); | 64 | $countryInfo = $projectCountryModel->read($map); |
| 65 | $list = []; | 65 | $list = []; |
| 66 | if(!empty($countryInfo['country_lists'])){ | 66 | if(!empty($countryInfo['country_lists'])){ |
| 67 | - $countryArr = explode(".",$countryInfo['country_lists']); | 67 | + $countryArr = explode(",",$countryInfo['country_lists']); |
| 68 | $webCountryModel = new WebSettingCountry(); | 68 | $webCountryModel = new WebSettingCountry(); |
| 69 | $list = $webCountryModel->list(['id'=>['in',$countryArr]]); | 69 | $list = $webCountryModel->list(['id'=>['in',$countryArr]]); |
| 70 | } | 70 | } |
-
请 注册 或 登录 后发表评论