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
8feee7ee
Commit
8feee7ee
authored
Feb 26, 2020
by
taabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险因素列表添加字段
parent
e7fc3d0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
dbTemplate_fmea.xml
...SysStart/src/main/resources/db/mapper/dbTemplate_fmea.xml
+5
-1
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_fmea.xml
View file @
8feee7ee
...
...
@@ -32,6 +32,7 @@
fems.coefficient AS evaluationS,
femo.coefficient AS evaluationO,
femd.coefficient AS evaluationD,
femo1.coefficient AS newEvaluationO,
fm.rpni,
fm.rpn,
fm.engineering,
...
...
@@ -54,7 +55,8 @@
concat(fems.influence,'-',fems.describe) as influence,
fm.identify_user as identifyUser,
(select name from s_user where id = fm.identify_user) as identifyUserName,
fm.identify_method as identifyMethod
fm.identify_method as identifyMethod,
fr.name AS level
FROM
(
SELECT
...
...
@@ -68,8 +70,10 @@
LEFT JOIN f_evaluation_model fems ON fems.id = fm.evaluation_sid
LEFT JOIN f_evaluation_model femo ON femo.id = fm.evaluation_oid
LEFT JOIN f_evaluation_model femd ON femd.id = fm.evaluation_did
LEFT JOIN f_evaluation_model femo1 ON femo1.id = fm.new_evaluation_oid
LEFT JOIN f_risk_factor rf ON rf.id = fm.risk_factors_id
LEFT JOIN f_accident_type fat ON fat.id = rf.accident_type_id
LEFT JOIN f_risk_level fr ON fm.rpn BETWEEN fr.down_limit and fr.top_limit
order by fm.id desc
<choose>
<when
test=
"pageSize==-1"
></when>
...
...
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