1
This commit is contained in:
@@ -268,7 +268,7 @@ func QueryOrderDetail(typeCode int, orderNo string) (*bida.OrderDetail, error) {
|
|||||||
//if err := dao.GetRow(dao.GetDB(), data, sql, param); err != nil {
|
//if err := dao.GetRow(dao.GetDB(), data, sql, param); err != nil {
|
||||||
// return nil, err
|
// return nil, err
|
||||||
//}
|
//}
|
||||||
addFee := int(detail.PayFee*100) + detail.Weight*20
|
addFee := int(detail.PayFee*100) + detail.Weight*MarkupAmount
|
||||||
detail.PayFee = utils.Int2Float64(addFee) / float64(100)
|
detail.PayFee = utils.Int2Float64(addFee) / float64(100)
|
||||||
return detail, nil
|
return detail, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user