fix(log): rename OrderId to OrderNo for consistency in balance logging

This commit is contained in:
Chang lue Tsen
2025-09-05 10:25:19 -04:00
parent d0d03e724e
commit 1d878592ed
9 changed files with 25 additions and 14 deletions
@@ -51,7 +51,7 @@ func (l *FilterBalanceLogLogic) FilterBalanceLog(req *types.FilterBalanceLogRequ
UserId: datum.ObjectID,
Amount: content.Amount,
Type: content.Type,
OrderId: content.OrderId,
OrderNo: content.OrderNo,
Balance: content.Balance,
Timestamp: content.Timestamp,
})