fix:推广员导出
parent
6be709216e
commit
cdf62a17da
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue