From 5b4989a3e8dc144da636f1a8b84206e0f4ba76f3 Mon Sep 17 00:00:00 2001 From: 18516761980 <tqsxp@163.com> Date: 星期四, 06 十月 2022 20:38:31 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 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 d7642fc..9d3cea4 100644 --- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java @@ -623,24 +623,25 @@ @Transactional public void startUpTestPACK(TestMast testMast) { -// 鍚姩娴嬭瘯璇锋眰 - 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); } - Date now = new Date(); testMast.setStatus(1); testMast.setChannel(locMast.getChannel()); testMast.setModiTime(now); testMast.setAppeTime(now); + +// 鍚姩娴嬭瘯璇锋眰 + ReturnT<String> result=startUpTestPACK1(testMast); + if (!result.isSuccess()) { + log.error("娴嬭瘯鐢宠澶辫触", testMast.getBarcode()); + throw new CoolException("娴嬭瘯鐢宠澶辫触"); + } + if (!testMastService.insert(testMast)){ throw new CoolException("娣诲姞testMast澶辫触"); } -- Gitblit v1.9.1