作者 李宇航

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

变更数据



查看合并请求 !2952
... ... @@ -75,7 +75,7 @@ class GeoCount extends Command
'total'=>$total,//收录总数
];
foreach ($platforms as $platform){
if($item == 'openai-not-network'){
if($platform == 'openai-not-network'){
$data['openai_not_network'] = $geoQuestionResModel->counts(['project_id' => $item,'hit'=>['!=',0],'platform'=>$platform,'created_at' => ['between',[$start,$end]]]);
}else{
$data[$platform] = $geoQuestionResModel->counts(['project_id' => $item,'hit'=>['!=',0],'platform'=>$platform,'created_at' => ['between',[$start,$end]]]);
... ...