diff --git a/pluss-service-bundle/src/main/java/cn/pluss/platform/merchantProfit/impl/MerchantProfitServiceImpl.java b/pluss-service-bundle/src/main/java/cn/pluss/platform/merchantProfit/impl/MerchantProfitServiceImpl.java index 7c0b83a..6fe0ba8 100644 --- a/pluss-service-bundle/src/main/java/cn/pluss/platform/merchantProfit/impl/MerchantProfitServiceImpl.java +++ b/pluss-service-bundle/src/main/java/cn/pluss/platform/merchantProfit/impl/MerchantProfitServiceImpl.java @@ -177,6 +177,8 @@ public class MerchantProfitServiceImpl extends ServiceImpl= 0) { profitRate = nowRate.subtract(new BigDecimal(userPromotion.getCurrentFee())); nowRate = new BigDecimal(userPromotion.getCurrentFee()); + }else { + return; } if(!"1".equals(userPromotion.getIsExtend())||!"2".equals(userPromotion.getIsExtend())){