fix:出库双通排序更改,扩容IP修改

This commit is contained in:
zhouz
2025-07-01 20:21:59 +08:00
parent c795358f06
commit dbbc2a2987
2 changed files with 2 additions and 2 deletions

View File

@@ -1868,7 +1868,7 @@ public class RawAssistIStorServiceImpl implements RawAssistIStorService {
if (ObjectUtil.isEmpty(struct_jo)) {
// 主存区类型更改成中转区类型:找一排主存区的更改中转区、把一排中转区的更改成主存区(只允许调用一次)
String result = HttpUtil.get("http://127.0.0.1:8013/api/in/rawAssist/updateStructSect?layer_num=" + col_num);
String result = HttpUtil.get("http://127.0.0.1:8011/api/in/rawAssist/updateStructSect?layer_num=" + col_num);
if (StringUtils.isEmpty(result)){
throw new BadRequestException("扩容异常");
}

View File

@@ -3394,7 +3394,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
Integer minSeq = result.getInteger("minseq");
int leftVe = Integer.valueOf(left.getOut_order_seq()) - minSeq;
int rightVe = maxSeq - Integer.valueOf(right.getOut_order_seq());
option = leftVe>rightVe?"03":"02";
option = leftVe>rightVe?"02":"03";
}else {
option = placementType;
}