|
@@ -71,8 +71,7 @@ public class ChannelWithdrawServiceImpl extends ServiceImpl<ChannelWithdrawMappe
|
|
|
// bankCard.setUserName(channelWithdraw.getUserName());
|
|
|
// channelBankCardService.updateById(bankCard);
|
|
|
// }
|
|
|
-// boolean rst = save(channelWithdraw);
|
|
|
- boolean rst = true;
|
|
|
+ boolean rst = save(channelWithdraw);
|
|
|
|
|
|
ChannelMoneyLog moneyLog = new ChannelMoneyLog();
|
|
|
moneyLog.setChannelId(channel.getChannelId());
|