feat: (REQ-3300) fix-complier-error

This commit is contained in:
xudawei 2025-02-20 12:51:46 +08:00
parent 45fecbf8d6
commit fe8b3cd32c

View File

@ -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());
}