|
@@ -845,7 +845,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
default:
|
|
default:
|
|
throw new BizException("活动类型错误!");
|
|
throw new BizException("活动类型错误!");
|
|
}
|
|
}
|
|
- results.put("totalPrice",totalPrice.setScale(0,BigDecimal.ROUND_UP));
|
|
|
|
|
|
+ results.put("totalPrice",totalPrice.setScale(0,BigDecimal.ROUND_CEILING));
|
|
}
|
|
}
|
|
return results;
|
|
return results;
|
|
}
|
|
}
|