From 61be76023c66950644c02ac3d69f21aab58447c3 Mon Sep 17 00:00:00 2001 From: 18516761980 <tqsxp@163.com> Date: 星期四, 06 十月 2022 14:36:13 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 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 0dcd93f..ec50d9c 100644 --- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java @@ -623,12 +623,12 @@ @Transactional public void startUpTestPACK(TestMast testMast) { - //鍚姩娴嬭瘯璇锋眰 -// ReturnT<String> result=startUpTestPACK1(testMast); -// if (!result.isSuccess()) { -// log.error("娴嬭瘯鐢宠澶辫触", testMast.getBarcode()); -// throw new CoolException("娴嬭瘯鐢宠澶辫触"); -// } +// 鍚姩娴嬭瘯璇锋眰 + ReturnT<String> result=startUpTestPACK1(testMast); + if (!result.isSuccess()) { + log.error("娴嬭瘯鐢宠澶辫触", testMast.getBarcode()); + throw new CoolException("娴嬭瘯鐢宠澶辫触"); + } LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", testMast.getLocNo())); if (Cools.isEmpty(locMast)) { throw new CoolException(BaseRes.PARAM); -- Gitblit v1.9.1