fix:接口日志模糊搜索返回结果
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
WHERE
|
WHERE
|
||||||
1=1
|
1=1
|
||||||
OPTION 输入.blurry <> ""
|
OPTION 输入.blurry <> ""
|
||||||
params like "%" 输入.blurry "%"
|
(params like "%" 输入.blurry "%" OR return_result like "%" 输入.blurry "%")
|
||||||
ENDOPTION
|
ENDOPTION
|
||||||
OPTION 输入.logType <> ""
|
OPTION 输入.logType <> ""
|
||||||
log_type = 输入.logType
|
log_type = 输入.logType
|
||||||
|
|||||||
Reference in New Issue
Block a user