Commit 3c94e18e authored by 田涛's avatar 田涛

Merge remote-tracking branch 'origin/dev_upgrade-1225' into dev_upgrade-1225

parents 7235e411 6923b4f7
...@@ -704,7 +704,7 @@ public class RiskSourceServiceImpl implements IRiskSourceService { ...@@ -704,7 +704,7 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
List<Long> failIds = Lists.newArrayList(); List<Long> failIds = Lists.newArrayList();
List<Long> successIds = Lists.newArrayList(); List<Long> successIds = Lists.newArrayList();
fmeaPointInputitems.forEach(fmeaPointInputitem -> { fmeaPointInputitems.forEach(fmeaPointInputitem -> {
CheckInputItemRo checkInputItemRo = map.get(fmeaPointInputitem.getInputItemId()); CheckInputItemRo checkInputItemRo = map.get(fmeaPointInputitem.getPointInputitemId());
if (checkInputItemRo.getStatus().equals("2")) { if (checkInputItemRo.getStatus().equals("2")) {
failIds.add(fmeaPointInputitem.getId()); failIds.add(fmeaPointInputitem.getId());
fmeaIds.add(fmeaPointInputitem.getFmeaId()); fmeaIds.add(fmeaPointInputitem.getFmeaId());
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
where where
b.point_id = #{pointId} b.point_id = #{pointId}
and and
b.input_item_id in b.id in
<foreach collection="inputIds" item="item" index="index" separator="," open="(" close=")"> <foreach collection="inputIds" item="item" index="index" separator="," open="(" close=")">
#{item} #{item}
</foreach> </foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment