lvhao 8 時間 前
コミット
e8ce7c4ab5
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 = " and".rtrim($wid,'or');
+				$wid = " and ( ".rtrim($wid,'or') ." ) ";
 			}
 		    $t = $this->input->get('t',true);
 			$timetk = $this->input->get('timetk',true);