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
3c94e18e
Commit
3c94e18e
authored
Feb 03, 2021
by
田涛
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_upgrade-1225' into dev_upgrade-1225
parents
7235e411
6923b4f7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
RiskSourceServiceImpl.java
...amos/fas/business/service/impl/RiskSourceServiceImpl.java
+1
-1
fas-2.0.1.xml
...utoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
+0
-0
dbTemplate_fmea_point_inputitem.xml
...n/resources/db/mapper/dbTemplate_fmea_point_inputitem.xml
+1
-1
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/RiskSourceServiceImpl.java
View file @
3c94e18e
...
...
@@ -704,7 +704,7 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
List
<
Long
>
failIds
=
Lists
.
newArrayList
();
List
<
Long
>
successIds
=
Lists
.
newArrayList
();
fmeaPointInputitems
.
forEach
(
fmeaPointInputitem
->
{
CheckInputItemRo
checkInputItemRo
=
map
.
get
(
fmeaPointInputitem
.
get
InputI
temId
());
CheckInputItemRo
checkInputItemRo
=
map
.
get
(
fmeaPointInputitem
.
get
PointInputi
temId
());
if
(
checkInputItemRo
.
getStatus
().
equals
(
"2"
))
{
failIds
.
add
(
fmeaPointInputitem
.
getId
());
fmeaIds
.
add
(
fmeaPointInputitem
.
getFmeaId
());
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
View file @
3c94e18e
This diff is collapsed.
Click to expand it.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_fmea_point_inputitem.xml
View file @
3c94e18e
...
...
@@ -104,7 +104,7 @@
where
b.point_id = #{pointId}
and
b.i
nput_item_i
d in
b.id in
<foreach
collection=
"inputIds"
item=
"item"
index=
"index"
separator=
","
open=
"("
close=
")"
>
#{item}
</foreach>
...
...
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