From 92c29136e298a2b6023f701082c24229733d6768 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 28 七月 2023 16:05:41 +0800 Subject: [PATCH] 熏蒸备案及熏蒸作业 --- igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java b/igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java index 73cbf90..1498368 100644 --- a/igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java +++ b/igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java @@ -20,6 +20,7 @@ import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.time.DateFormatUtils; +import org.apache.xmlbeans.impl.tool.Extension; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Component; @@ -205,9 +206,11 @@ } inoutMapper.updateDataByHandle(newData); + InoutParam param = new InoutParam(); + param.setId(newData.getId()); //鏇存柊缂撳瓨 - updateInoutCache(newData); + updateInoutCache(inoutMapper.inoutQueryById(param)); return null; } @@ -292,7 +295,7 @@ } // 娓呴櫎缂撳瓨 - this.delFromCache(param.getDeptId(), param.getType(), param.getId()); +// this.delFromCache(param.getDeptId(), param.getType(), param.getId()); inoutMapper.toComplete(param); -- Gitblit v1.9.3