Commit 7f84662f by huiyang.chen

Merge branch '2020/09/24-运费券-huiyang' into develop

parents ec34b777 2ebe9614
...@@ -305,7 +305,7 @@ public class CalculationServiceImpl { ...@@ -305,7 +305,7 @@ public class CalculationServiceImpl {
* 配送金额 * 配送金额
*/ */
private Long calculateDeliveryAmount(String receiveId, String partnerId, String storeId, String menuType) { private Long calculateDeliveryAmount(String receiveId, String partnerId, String storeId, String menuType) {
Long deliveryAmount = 1000l; Long deliveryAmount = 0l;
if (StringUtils.isBlank(receiveId) || !BusinessTypeEnum.SAAS_DELIVERY.getCode().equals(menuType)) { if (StringUtils.isBlank(receiveId) || !BusinessTypeEnum.SAAS_DELIVERY.getCode().equals(menuType)) {
return deliveryAmount; return deliveryAmount;
} }
......
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