Commit 3185fe0f by hanghang.wang

华莱士

parent a801076f
......@@ -68,8 +68,8 @@ public class SpellGroupOrderAdapter {
}
//运费
long freight = 0 ;
//判断是否包邮,包邮的话运费为0 todo
if (!createSpellGroupOrderDto.getDeliveryTemplateInfoVo().getIsDispatchFree() == true) {
//判断是否包邮,包邮的话运费为0
if (createSpellGroupOrderDto.getDeliveryTemplateInfoVo().getIsDispatchFree() == false) {
freight = createSpellGroupOrderDto.getDeliveryTemplateInfoVo().getFreight();
}
ActivityCalculationDiscountResponseDto.CalculationDiscountResult calculationDiscount = createSpellGroupOrderDto.getActivityCalculationDiscountResponseDto().getResult();
......
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