This commit is contained in:
USER-20220102CG\noblelift
2023-09-04 13:32:54 +08:00
parent a26ee63253
commit c9c87b1ad6
19 changed files with 1266 additions and 854 deletions

View File

@@ -740,39 +740,39 @@ public class StageServiceImpl implements StageService {
status = "故障";
}
if (lnshRGVDeviceDriver.getMove1() == 0) {
if (lnshRGVDeviceDriver.getMove_1() == 0) {
move_1 = "无货";
} else if (lnshRGVDeviceDriver.getMove1() == 1) {
} else if (lnshRGVDeviceDriver.getMove_1() == 1) {
move_1 = "有货";
} else if (lnshRGVDeviceDriver.getMove1() == 2) {
} else if (lnshRGVDeviceDriver.getMove_1() == 2) {
move_1 = "有托盘有货";
}
if (lnshRGVDeviceDriver.getMove2() == 0) {
if (lnshRGVDeviceDriver.getMove_2() == 0) {
move_2 = "无货";
} else if (lnshRGVDeviceDriver.getMove2() == 1) {
} else if (lnshRGVDeviceDriver.getMove_2() == 1) {
move_2 = "有货";
} else if (lnshRGVDeviceDriver.getMove2() == 2) {
} else if (lnshRGVDeviceDriver.getMove_2() == 2) {
move_2 = "有托盘有货";
}
if (lnshRGVDeviceDriver.getAction1() == 1) {
if (lnshRGVDeviceDriver.getAction_1() == 1) {
action_1 = "取货中";
} else if (lnshRGVDeviceDriver.getAction1() == 2) {
} else if (lnshRGVDeviceDriver.getAction_1() == 2) {
action_1 = "取货完成";
} else if (lnshRGVDeviceDriver.getAction1() == 3) {
} else if (lnshRGVDeviceDriver.getAction_1() == 3) {
action_1 = "放货中";
} else if (lnshRGVDeviceDriver.getAction1() == 4) {
} else if (lnshRGVDeviceDriver.getAction_1() == 4) {
action_1 = "放货完成";
}
if (lnshRGVDeviceDriver.getAction2() == 1) {
if (lnshRGVDeviceDriver.getAction_2() == 1) {
action_2 = "取货中";
} else if (lnshRGVDeviceDriver.getAction2() == 2) {
} else if (lnshRGVDeviceDriver.getAction_2() == 2) {
action_2 = "取货完成";
} else if (lnshRGVDeviceDriver.getAction2() == 3) {
} else if (lnshRGVDeviceDriver.getAction_2() == 3) {
action_2 = "放货中";
} else if (lnshRGVDeviceDriver.getAction2() == 4) {
} else if (lnshRGVDeviceDriver.getAction_2() == 4) {
action_2 = "放货完成";
}