lvhao 6 часов назад
Родитель
Сommit
329a81fd21
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -1533,7 +1533,7 @@ class Systemfout extends Start_Controller {
 		        {
 		        {
                     $wid  .= " id = '$v' or";
                     $wid  .= " id = '$v' or";
                 }
                 }
-				$wid = " and ( ".rtrim($wid,'or') . " ) ";
+				$wid = " and".rtrim($wid,'or');
 			}
 			}
 		    $t = $this->input->get('t',true);
 		    $t = $this->input->get('t',true);
 			$timetk = $this->input->get('timetk',true);
 			$timetk = $this->input->get('timetk',true);