Merge branch 'feature/mall_product'

pull/17/head
tangqian 2023-06-16 17:43:04 +08:00
commit 66e4a6c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class RechargeOrderServiceImpl implements RechargeOrderService {
if (promoterDrawVO.getOrderCount() == null) { if (promoterDrawVO.getOrderCount() == null) {
promoterDrawVO.setOrderCount(new BigDecimal(0)); promoterDrawVO.setOrderCount(new BigDecimal(0));
} }
promoterDrawVO.setDrawAmount(NumberUtil.mul(promoterDrawVO.getDealAmount(), NumberUtil.div(promoterDrawVO.getMemberCommission().toString(), "100"), 2)); promoterDrawVO.setDrawAmount(NumberUtil.mul(promoterDrawVO.getDealAmount(), NumberUtil.div(promoterDrawVO.getMemberCommission().toString(), "100")));
// PromoterDrawVO promoterDrawNew = nameList.get(promoterDrawVO.getUserId()); // PromoterDrawVO promoterDrawNew = nameList.get(promoterDrawVO.getUserId());
// if (promoterDrawNew != null) { // if (promoterDrawNew != null) {