This commit is contained in:
邹宗楠
2025-02-08 09:20:21 +08:00
parent 87e4ea5bd5
commit 0374fb140c

View File

@@ -407,7 +407,7 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro
Income int64 `json:"income"`
}{}
if err = dao.GetRow(db, baiHuo, sql, incomeParam); err == nil {
order.JxIncome = order.TotalShopMoney - baiHuo.Income
order.JxIncome = order.TotalShopMoney - baiHuo.Income - order.DesiredFee
}
}