Merge branch 'feature/mall_product'
commit
66e4a6c6fc
|
@ -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