|
|
@@ -355,10 +355,10 @@ class Entrust extends Backend
|
|
|
$gather = '';
|
|
|
if (empty($gather_gcms) && empty($gather_gc)) {
|
|
|
$this->error('没获取到检测数据');
|
|
|
- }else if(empty($gather_gcms)){
|
|
|
+ }else if(empty($gather_gcms) && !empty($gather_gc)){
|
|
|
$gather = $gather_gc;
|
|
|
$gather_tab = 'gather_txt_check_gc';
|
|
|
- }else if(empty($gather_gc)){
|
|
|
+ }else if(empty($gather_gc) && !empty($gather_gcms)){
|
|
|
$gather = $gather_gcms;
|
|
|
$gather_tab = 'gather_txt_check_gcms';
|
|
|
}else{
|