jiazx0107@163.com
2023-08-11 be175fe739e687cd1d45da58f2cb7dd0c36d001f
igds-inout/src/main/java/com/ld/igds/inout/service/impl/InoutServiceImpl.java
@@ -205,9 +205,11 @@
        }
        inoutMapper.updateDataByHandle(newData);
        InoutParam param = new InoutParam();
        param.setId(newData.getId());
        //更新缓存
        updateInoutCache(newData);
        updateInoutCache(inoutMapper.inoutQueryById(param));
        return null;
    }
@@ -292,7 +294,7 @@
        }
        // 清除缓存
        this.delFromCache(param.getDeptId(), param.getType(), param.getId());
//        this.delFromCache(param.getDeptId(), param.getType(), param.getId());
        inoutMapper.toComplete(param);