rev:修改自动叫料逻辑判断
This commit is contained in:
@@ -340,7 +340,7 @@ public class FlourworkServiceImpl implements FlourworkService {
|
||||
JSONObject moveInIvt = new JSONObject();
|
||||
|
||||
if (is_GF) {
|
||||
if (ObjectUtil.isNotEmpty(moveInNGFArr)) {
|
||||
if (ObjectUtil.isNotEmpty(moveInGFArr)) {
|
||||
moveInIvt = moveInGFArr.get(0);
|
||||
moveInGFArr.remove(0);
|
||||
}
|
||||
@@ -418,7 +418,7 @@ public class FlourworkServiceImpl implements FlourworkService {
|
||||
JSONObject moveInIvt2 = new JSONObject();
|
||||
|
||||
if (is_GF) {
|
||||
if (ObjectUtil.isNotEmpty(moveInNGFArr)) {
|
||||
if (ObjectUtil.isNotEmpty(moveInGFArr)) {
|
||||
moveInIvt2 = moveInGFArr.get(0);
|
||||
moveInGFArr.remove(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user