From b6524e55c98bdef6298d7d59a6fd09e0f805c1a0 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Fri, 15 Nov 2024 09:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=BC=8F=E6=B4=9E=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=EF=BC=8C=E6=8E=A8=E9=80=81=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sgzb/app/service/impl/LeaseOutDetailsServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/app/service/impl/LeaseOutDetailsServiceImpl.java b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/app/service/impl/LeaseOutDetailsServiceImpl.java index 53ed1cb..6e59f5f 100644 --- a/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/app/service/impl/LeaseOutDetailsServiceImpl.java +++ b/sgzb-modules/sgzb-material/src/main/java/com/bonus/sgzb/app/service/impl/LeaseOutDetailsServiceImpl.java @@ -159,6 +159,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService { @Override @Transactional(rollbackFor = Exception.class) public AjaxResult submitOut(LeaseOutDetails record) { + log.error("check0001"); int res = 0; try { // 1、判断是否重复提交 @@ -177,7 +178,7 @@ public class LeaseOutDetailsServiceImpl implements LeaseOutDetailsService { } else { res = checkStorageNum(record); } - + log.error("check0002"); if (res > 0) { // 3、插入出库记录,修改库存,修改机具状态 res = insertRecords(record);