fix: 过滤点位状态修改-1

This commit is contained in:
2024-06-19 18:09:27 +08:00
parent 6824cdf653
commit 10c682623c

View File

@@ -963,7 +963,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
try {
if (tryLock) {
String move = null;
if (ObjectUtil.isNotEmpty(actionRequest.getMove())) {
if (ObjectUtil.isNotEmpty(actionRequest.getMove()) && !"-1".equals(actionRequest.getMove())) {
move = (Integer.parseInt(actionRequest.getMove()) + 1) + "";
}
String action = actionRequest.getAction();