diff --git a/visa/visa-server/src/main/java/cn/axzo/nanopart/visa/server/service/VisaHelper.java b/visa/visa-server/src/main/java/cn/axzo/nanopart/visa/server/service/VisaHelper.java index 3160571e..216a0e94 100644 --- a/visa/visa-server/src/main/java/cn/axzo/nanopart/visa/server/service/VisaHelper.java +++ b/visa/visa-server/src/main/java/cn/axzo/nanopart/visa/server/service/VisaHelper.java @@ -100,8 +100,8 @@ public class VisaHelper { .workspaceId(newContext.getWorkspaceId()) .newAmountChange(newContext.getChangeRecord().getAmountChange()) .oldAmountChange(oldContext.getChangeRecord().getAmountChange()) - .newAttach(newContext.getAttachList()) - .oldAttach(oldContext.getAttachList()) +// .newAttach(newContext.getAttachList()) +// .oldAttach(oldContext.getAttachList()) .editFormFlag(true) .build()); }