Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-api
Commits
8f0bcf1d
Commit
8f0bcf1d
authored
Jan 15, 2025
by
alex yao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 插件查询
parent
dbee3b19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AgentPluginQuery.sql
...a/cn/com/poc/agent_application/query/AgentPluginQuery.sql
+3
-3
No files found.
src/main/java/cn/com/poc/agent_application/query/AgentPluginQuery.sql
View file @
8f0bcf1d
...
@@ -17,7 +17,7 @@ from
...
@@ -17,7 +17,7 @@ from
where
is_deleted
=
'N'
and
classification
!=
'system'
where
is_deleted
=
'N'
and
classification
!=
'system'
<<
and
plugin_id
in
(:
pluginIds
)
>>
<<
and
plugin_id
in
(:
pluginIds
)
>>
<<
and
classification
=
:
classification
>>
<<
and
classification
=
:
classification
>>
<<
and
(
LOCATE
(:
queryZHCN
,
parent_zh_cn_name
)
>>
<<
and
(
LOCATE
(:
queryZHCN
,
zh_cn_title
)
)
>>
<<
and
(
LOCATE
(:
queryZHTW
,
parent_zh_tw_name
)
>>
<<
and
(
LOCATE
(:
queryZHTW
,
zh_tw_title
)
)
>>
<<
and
(
LOCATE
(:
queryEN
,
parent_en_name
)
>>
<<
and
(
LOCATE
(:
queryEN
,
en_title
)
)
>>
order
by
id
order
by
id
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment