Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
6bf518c1
Commit
6bf518c1
authored
Nov 25, 2020
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改风险排序
parent
ab9131bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
application.properties
...ireAutoSysStart/src/main/resources/application.properties
+0
-2
dbTemplate_risk_source.xml
...t/src/main/resources/db/mapper/dbTemplate_risk_source.xml
+2
-2
No files found.
YeeAmosFireAutoSysStart/src/main/resources/application.properties
View file @
6bf518c1
spring.application.name
=
AMOS-AUTOSYS
server.port
=
8083
spring.profiles.active
=
dev
#spring.freemarker.cache=false
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_risk_source.xml
View file @
6bf518c1
...
...
@@ -599,7 +599,7 @@
f_risk_source rs
LEFT JOIN f_risk_level rl ON rl.id = rs.risk_level_id
WHERE rs.parent_id
>
0
order by rs.id
order by rs.
sort_num,rs.
id
</select>
<select
id=
"queryByFactor"
resultType=
"com.yeejoin.amos.fas.dao.entity.RiskSource"
>
SELECT
...
...
@@ -637,7 +637,7 @@
WHERE
parent_id = 0 and org_code = #{compCode}
)
ORDER BY sort_num
ASC,id DESC
ORDER BY sort_num
,id
</select>
...
...
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