开卷机问题修复回去
This commit is contained in:
@@ -387,7 +387,7 @@ public class SegmentTrackerService {
|
|||||||
|
|
||||||
if (headPos.compareTo(BigDecimal.valueOf(dynPos)) >= 0 && !prevReached.contains(d)) {
|
if (headPos.compareTo(BigDecimal.valueOf(dynPos)) >= 0 && !prevReached.contains(d)) {
|
||||||
|
|
||||||
MatmapDTO matmap = MatmapUtil.getMatmap(entry.getPayOffReelNumber());
|
MatmapDTO matmap = MatmapUtil.getMatmap(entry.getPayOffReelNumber()-1);
|
||||||
MatmapUtil.setMatId(d.getIdx(), coilId,matmap.getPlanId());
|
MatmapUtil.setMatId(d.getIdx(), coilId,matmap.getPlanId());
|
||||||
|
|
||||||
if (d == DeviceEnum.WELDER) {
|
if (d == DeviceEnum.WELDER) {
|
||||||
|
|||||||
Reference in New Issue
Block a user