From 642831899260f0c082689079d964bdf9ac552919 Mon Sep 17 00:00:00 2001 From: liuxy Date: Wed, 18 Jun 2025 13:20:28 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E8=BD=AF=E5=BA=9F=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=85=A5=E5=BA=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nl/pda/st/in/service/impl/HandNewMaterialServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/in/service/impl/HandNewMaterialServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/in/service/impl/HandNewMaterialServiceImpl.java index 1b0a1040..e2e5b8ba 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/in/service/impl/HandNewMaterialServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/in/service/impl/HandNewMaterialServiceImpl.java @@ -1094,8 +1094,8 @@ public class HandNewMaterialServiceImpl implements HandNewMaterialService { if (ObjectUtil.isEmpty(point_code)) throw new PdaRequestException("站点不能为空!"); // 此入库只能是RFRK01/RFRK02 - if (!"RFRK01,RFRK02".contains(point_code)) { - throw new BadRequestException("此页面只允许固定点位入库【RFRK01/RFRK02】"); + if (!"RFRK01,RFRK02,RFRK03,RFRK04".contains(point_code)) { + throw new BadRequestException("此页面只允许固定点位入库【RFRK01/RFRK02/RFRK03/RFRK04】"); } /*