From 9cd48ccbee9327e9d6dab4d7ac30e9b4f92b4339 Mon Sep 17 00:00:00 2001 From: moozee-gh <33274712+moozee-gh@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:32:02 +0800 Subject: [PATCH] Update dispatcher.main.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit if ($sql_search=="") $sql_command="from ".$table." order by setid asc";在postgresql中order by setid asc语法错误 --- web/tools/system/dispatcher/template/dispatcher.main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tools/system/dispatcher/template/dispatcher.main.php b/web/tools/system/dispatcher/template/dispatcher.main.php index 5f609a98..5db230d8 100755 --- a/web/tools/system/dispatcher/template/dispatcher.main.php +++ b/web/tools/system/dispatcher/template/dispatcher.main.php @@ -181,7 +181,7 @@ ?> prepare("select count(*) ".$sql_command); if ($stm===FALSE) {