lvhao 8 小時之前
父節點
當前提交
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 = " and ( ".rtrim($wid,'or') . " ) ";
+				$wid = " and".rtrim($wid,'or');
 			}
 		    $t = $this->input->get('t',true);
 			$timetk = $this->input->get('timetk',true);