fix: 过滤点位状态修改-1
This commit is contained in:
@@ -963,7 +963,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
try {
|
try {
|
||||||
if (tryLock) {
|
if (tryLock) {
|
||||||
String move = null;
|
String move = null;
|
||||||
if (ObjectUtil.isNotEmpty(actionRequest.getMove())) {
|
if (ObjectUtil.isNotEmpty(actionRequest.getMove()) && !"-1".equals(actionRequest.getMove())) {
|
||||||
move = (Integer.parseInt(actionRequest.getMove()) + 1) + "";
|
move = (Integer.parseInt(actionRequest.getMove()) + 1) + "";
|
||||||
}
|
}
|
||||||
String action = actionRequest.getAction();
|
String action = actionRequest.getAction();
|
||||||
|
|||||||
Reference in New Issue
Block a user