fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutNoticeService.java
@@ -287,7 +287,6 @@ * @return */ public InoutNoticeOut getNoticeOutOne(String id) { QueryWrapper<InoutNoticeOut> queryWrapper = new QueryWrapper<>(); queryWrapper.eq("id", id); return noticeOutMapper.selectOne(queryWrapper);