1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user