fix:menu sql

This commit is contained in:
zhangzhiqiang
2022-12-12 08:45:25 +08:00
parent f31021f907
commit 03668910df

View File

@@ -16,6 +16,7 @@
输入.flag TYPEAS s_string
输入.system_type TYPEAS s_string
输入.category TYPEAS s_string
输入.blurry TYPEAS s_string
输入.system_type TYPEAS s_string
输入.user_id TYPEAS s_string
输入.pid TYPEAS s_string
@@ -54,12 +55,12 @@
where 1=1
OPTION 输入.system_type <> ""
system_type = 输入.system_type
ENDOPTION
OPTION 输入.blurry <> ""
title like "%" 输入.blurry "%"
ENDOPTION
OPTION 输入.pid <> ""
pid = 输入.pid
ENDOPTION
OPTION 输入.pid = ""
pid is null
ENDOPTION
ENDSELECT
ENDPAGEQUERY