Skip to content

Commit

Permalink
[*] Bug fix on ModifyEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-Tin committed Nov 29, 2022
1 parent a71f141 commit c275812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/billgates/database/MySQLDatabaseGateway.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ public void modifyEntry(int billId, QueryEntryData entry) {
entry.getFrom(),
entry.getTo(),
entry.getLocation(),
entry.getId(),
entry.getSplitBillId());
entry.getSplitBillId(),
entry.getId());

statement.execute(query);

Expand Down

0 comments on commit c275812

Please sign in to comment.