fix:推广员导出

feature/mall_product
tangqian 2023-06-16 17:42:47 +08:00
parent 6be709216e
commit cdf62a17da
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) {