Commit 214b3040 by yu.sun

Merge branch 'qa' of gitlab.freemud.com:order-group-application/order-group into qa

parents ae7982ee b6132d48
...@@ -229,7 +229,7 @@ public class OrderAdapter { ...@@ -229,7 +229,7 @@ public class OrderAdapter {
.actualPrice(discountDeliveryAmount) .actualPrice(discountDeliveryAmount)
.build(); .build();
if(hasDeliveryMonthCard && StringUtils.isNotBlank(storeResponseDto.getBenefitCardDiscountAmount())) { if(hasDeliveryMonthCard && StringUtils.isNotBlank(storeResponseDto.getBenefitCardDiscountAmount())) {
createOrderAccountDto.setActualPrice(Long.valueOf(storeResponseDto.getBenefitCardDiscountAmount()) * 100l); createOrderAccountDto.setProductId(storeResponseDto.getBenefitCardDiscountAmount()+"00");
} }
orderAccountDtos.add(createOrderAccountDto); orderAccountDtos.add(createOrderAccountDto);
} }
......
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