|
|
@ -132,7 +132,11 @@ public class BeanRechargeServiceImpl implements BeanRechargeService { |
|
|
|
//统计系统金豆记录 |
|
|
|
@Override |
|
|
|
public GoldBean statsSystemBean(BeanSystemRechargeInfo beanSystemRechargeInfo) { |
|
|
|
|
|
|
|
GoldBean gold = beanRechargeMapper2.selectSystemSum(beanSystemRechargeInfo); |
|
|
|
if(gold==null){ |
|
|
|
gold = new GoldBean(); |
|
|
|
} |
|
|
|
BigDecimal moneySum; |
|
|
|
if(gold.getPermanentBean()==null){ |
|
|
|
gold.setPermanentBean(0); |
|
|
|