feat: (REQ-3300) fix-complier-error
This commit is contained in:
parent
45fecbf8d6
commit
fe8b3cd32c
@ -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());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user