From 6e51cea5a0fe30253a54630ad4beafab70c7ab82 Mon Sep 17 00:00:00 2001 From: Administrator <335182714> Date: 星期三, 27 十一月 2024 15:39:25 +0800 Subject: [PATCH] 返修入库必须带参数 --- src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java index 1df5114..7959a57 100644 --- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java @@ -1436,7 +1436,7 @@ @Override public R pdaFxprk(GwmsGenerateInventoryDto param, Long userId) { - if (Cools.isEmpty(param)) { + if (Cools.isEmpty(param,param.getMatList())) { throw new CoolException("璇锋眰鍙傛暟涓嶈兘涓虹┖锛�" + param); } if (Cools.isEmpty(param.getBarcode())) { -- Gitblit v1.9.1