sgj
2026-01-17 c00af7e5bfa382528b3bef7ee2484d872fceda17
fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutNoticePR.java
@@ -175,7 +175,7 @@
    * @return
    */
   @DataResolver
   public String saveOut(InoutNoticeOut data) {
   public BaseResp saveOut(InoutNoticeOut data) {
      InoutNoticeOut inoutNoticeOut = new InoutNoticeOut();
      BeanUtils.copyProperties(data, inoutNoticeOut);
      return inoutNoticeService.saveOrUpdateOut(inoutNoticeOut);