no message

main
HUOJIN\92525 2025-09-04 09:44:11 +08:00
parent f0f11b8634
commit c0f56cc502
2 changed files with 8 additions and 13 deletions

View File

@ -182,6 +182,7 @@ public class NioF3AppServiceImpl implements NioF3AppService {
if (item != null) {
dollyList.add(item.getSpecs());
} else {
log.info("未匹配的物料{}", materialCode);
dollyList.add("00000");
}
}
@ -239,9 +240,9 @@ public class NioF3AppServiceImpl implements NioF3AppService {
//验证起点
Point point= pointService.validatePoint(bindLargeZy.getSrcPositionCode());
if (!BaseStatus.DJ_ZY_DFQ.equals(point.getType())) {
throw new BadRequestException(bindLargeZy.getSrcPositionCode() + "不属于大件专用待发区点位");
Point point = pointService.validatePoint(bindLargeZy.getSrcPositionCode());
if (!BaseStatus.DJ_DFQ.equals(point.getType())) {
throw new BadRequestException(bindLargeZy.getSrcPositionCode() + "不属于大件待发区点位");
}
}
@ -284,8 +285,8 @@ public class NioF3AppServiceImpl implements NioF3AppService {
//验证起点
Point point = pointService.validatePoint(bindLarge.getSrcPositionCode());
if (!BaseStatus.DJ_DOLLY_DFQ.equals(point.getType())) {
throw new BadRequestException(bindLarge.getSrcPositionCode() + "不属于大件Dolly待发区点位");
if (!BaseStatus.DJ_DFQ.equals(point.getType())) {
throw new BadRequestException(bindLarge.getSrcPositionCode() + "不属于大件待发区点位");
}
}

View File

@ -38,15 +38,9 @@ public interface BaseStatus {
public static String XJ_DFQ = "XJ_DFQ";
/**
* -Dolly
* -
*/
public static String DJ_DOLLY_DFQ = "DJ_DOLLY_DFQ";
/**
* -
*/
public static String DJ_ZY_DFQ = "DJ_ZY_DFQ";
public static String DJ_DFQ = "DJ_DFQ";
/**
* 线