From 78703b146d0498f2300ebf425b86ffd25c515600 Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Wed, 3 Jul 2024 07:47:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9A=82=E6=97=B6=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E9=94=82=E7=94=B5=E4=B8=8D=E5=85=81=E8=AE=B8=E8=A1=A8=E5=A4=84?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/wms/pda/mps/service/impl/SerfaceServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/pda/mps/service/impl/SerfaceServiceImpl.java b/lms/nladmin-system/src/main/java/org/nl/wms/pda/mps/service/impl/SerfaceServiceImpl.java index 6fe6501e1..7412a0bb7 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/pda/mps/service/impl/SerfaceServiceImpl.java +++ b/lms/nladmin-system/src/main/java/org/nl/wms/pda/mps/service/impl/SerfaceServiceImpl.java @@ -33,9 +33,9 @@ public class SerfaceServiceImpl implements SerfaceService { if (ObjectUtil.isEmpty(raw_jo)) { throw new BadRequestException("未查询到该母卷号对应的生箔工单!"); } - if (raw_jo.getString("order_type").equals("2")) { + /*if (raw_jo.getString("order_type").equals("2")) { throw new BadRequestException("当前工单为锂电工单,不允许表处!"); - } + }*/ JSONObject device_jo = WQLObject.getWQLObject("st_ivt_stpointivt").query("point_code = '" + device_code + "'").uniqueResult(0); if (ObjectUtil.isEmpty(device_jo)){ throw new BadRequestException("未查询到设备号为["+device_code+"]的表处设备!");