Commit f2481fd0 by 刘鹏飞

固定运费的计算逻辑修改

parent d02a84ed
......@@ -52,7 +52,7 @@ public class FixDeliveryServiceImpl extends AbstractDeliveryServiceImpl implemen
shoppingCartGoodsResponseVo.setDeliveryFeeZeroReason(0);
return new Double(storeResponse.getBizVO().getDeliveryPrice()).longValue() * 100;
return new Double(storeResponse.getBizVO().getDeliveryPrice() * 100).longValue();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment