Commit 7526ae16 by xiaoer.li@freemud.com

Merge remote-tracking branch 'origin/qa' into qa

parents a8473468 76f6629b
......@@ -301,7 +301,7 @@ public class CalculationServiceImpl {
* 配送金额
*/
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)) {
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