作者 李宇航

合并分支 'master-server' 到 'master'

gx脚本



查看合并请求 !1226
... ... @@ -228,8 +228,8 @@ class DownloadProject extends Command
}
if(!empty($data['inquiry_country'])){
$data['inquiry_country'] = json_decode($data['inquiry_country']);
arsort($data);
$data['inquiry_country'] = array_slice($data, 0, 4, true);
arsort($data['inquiry_country']);
$data['inquiry_country'] = array_slice($data['inquiry_country'], 0, 4, true);
$country = '';
foreach ($data['inquiry_country'] as $k => $v){
$country .= $k.'、';
... ...