Compare commits
2 Commits
7ca2a339b2
...
66e4a6c6fc
Author | SHA1 | Date |
---|---|---|
tangqian | 66e4a6c6fc | |
tangqian | cdf62a17da |
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue