|
|
@@ -749,7 +749,8 @@ public class DistributorRechargeServiceImpl implements DistributorRechargeServic
|
|
|
} else {
|
|
|
tradeName = "授信消费金额:" + money + "元,授信总额度不限,消费后剩余额度不限;已用额度" + afterBalance + "元";
|
|
|
}
|
|
|
- flag = distributorService.addSurplus(distributor.getId(), money);
|
|
|
+ distributorService.addSurplus(distributor.getId(), money);
|
|
|
+ flag = true;
|
|
|
}else if(storeRespDTO.get()!=null){
|
|
|
StoreRespDTO storeRsp = storeRespDTO.get();
|
|
|
beforeBalance = storeRsp.getBeforeAmount();
|