fix: 过滤点位状态修改-1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user