Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
19f65267
Commit
19f65267
authored
Jul 27, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改sql
parent
774d21e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
dbTemplate_input_item.xml
...ol/src/main/resources/db/mapper/dbTemplate_input_item.xml
+13
-1
No files found.
amos-boot-system-patrol/src/main/resources/db/mapper/dbTemplate_input_item.xml
View file @
19f65267
...
...
@@ -278,7 +278,19 @@
a.is_score,
b.name as catalog_name,
a.remark,
a.level,
(CASE a.level
WHEN 1 THEN
'1级'
WHEN 2 THEN
'2级'
WHEN 3 THEN
'3级'
WHEN 4 THEN
'4级'
ELSE
'5级'
END )AS level,
a.risk_desc
from
p_input_item a left join p_catalog_tree b on a.catalog_id = b.id
...
...
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