aa
This commit is contained in:
@@ -95,7 +95,7 @@ func CalculateDeliveryFee(db *dao.DaoDB, jxStoreID int, hint string, consigneeLn
|
|||||||
|
|
||||||
// 重量加价
|
// 重量加价
|
||||||
if weight > warningWeight {
|
if weight > warningWeight {
|
||||||
globals.SugarLogger.Infof("[运营]计算订单配送费orderID:%s,重量:%dg太重,请检查商品属性", hint, weight)
|
//globals.SugarLogger.Infof("[运营]计算订单配送费orderID:%s,重量:%dg太重,请检查商品属性", hint, weight)
|
||||||
}
|
}
|
||||||
weightAddFee = int64(jxutils.CalcStageValue([][]float64{
|
weightAddFee = int64(jxutils.CalcStageValue([][]float64{
|
||||||
[]float64{
|
[]float64{
|
||||||
|
|||||||
Reference in New Issue
Block a user