Compare commits

..

2 Commits

Author SHA1 Message Date
tangqian 66e4a6c6fc Merge branch 'feature/mall_product' 2023-06-16 17:43:04 +08:00
tangqian cdf62a17da fix:推广员导出 2023-06-16 17:42:47 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class RechargeOrderServiceImpl implements RechargeOrderService {
if (promoterDrawVO.getOrderCount() == null) {
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());
// if (promoterDrawNew != null) {