代码更新
This commit is contained in:
@@ -275,7 +275,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
String row_num = empty_row.getString("row_num");
|
String row_num = empty_row.getString("row_num");
|
||||||
String placement_type = empty_row.getString("placement_type");
|
String placement_type = empty_row.getString("placement_type");
|
||||||
|
|
||||||
JSONArray isLock = WQLObject.getWQLObject("st_ivt_structattr").query("lock_type not in ('4','5') AND block_num = '" + block_num + "'AND placement_type = '" + placement_type + "' AND row_num = '" + row_num + "' AND is_delete = '0' AND is_used = '1'").getResultJSONArray(0);
|
JSONArray isLock = WQLObject.getWQLObject("st_ivt_structattr").query("lock_type in ('4','5') AND block_num = '" + block_num + "'AND placement_type = '" + placement_type + "' AND row_num = '" + row_num + "' AND is_delete = '0' AND is_used = '1'").getResultJSONArray(0);
|
||||||
|
|
||||||
if (ObjectUtil.isEmpty(isLock)) {
|
if (ObjectUtil.isEmpty(isLock)) {
|
||||||
|
|
||||||
@@ -354,7 +354,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
String row_num = empty_row.getString("row_num");
|
String row_num = empty_row.getString("row_num");
|
||||||
String placement_type = empty_row.getString("placement_type");
|
String placement_type = empty_row.getString("placement_type");
|
||||||
|
|
||||||
JSONArray isLock = WQLObject.getWQLObject("st_ivt_structattr").query("lock_type not in ('4','5') AND block_num = '" + block_num + "'AND placement_type = '" + placement_type + "' AND row_num = '" + row_num + "' AND is_delete = '0' AND is_used = '1'").getResultJSONArray(0);
|
JSONArray isLock = WQLObject.getWQLObject("st_ivt_structattr").query("lock_type in ('4','5') AND block_num = '" + block_num + "'AND placement_type = '" + placement_type + "' AND row_num = '" + row_num + "' AND is_delete = '0' AND is_used = '1'").getResultJSONArray(0);
|
||||||
|
|
||||||
if (ObjectUtil.isEmpty(isLock)) {
|
if (ObjectUtil.isEmpty(isLock)) {
|
||||||
if (placement_type.equals("01") || placement_type.equals("03")) {
|
if (placement_type.equals("01") || placement_type.equals("03")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user