正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -38,6 +38,7 @@ class MonthCountLogic extends BaseLogic | @@ -38,6 +38,7 @@ class MonthCountLogic extends BaseLogic | ||
| 38 | } | 38 | } |
| 39 | $source_country = json_decode($v['source_country']); | 39 | $source_country = json_decode($v['source_country']); |
| 40 | foreach ($source_country as $k1 => $v1){ | 40 | foreach ($source_country as $k1 => $v1){ |
| 41 | + $v1 = (array)$v1; | ||
| 41 | if($v1['country'] == '中国'){ | 42 | if($v1['country'] == '中国'){ |
| 42 | unset($source_country[$k1]); | 43 | unset($source_country[$k1]); |
| 43 | } | 44 | } |
-
请 注册 或 登录 后发表评论