|
@@ -167,7 +167,7 @@ public class WithdrawRecordApiController {
|
|
|
withdrawRecord.setBank(user.getBank());
|
|
withdrawRecord.setBank(user.getBank());
|
|
|
withdrawRecord.setBankAccount(user.getBankAccount());
|
|
withdrawRecord.setBankAccount(user.getBankAccount());
|
|
|
withdrawRecord.setBankAccountName(user.getBankAccountName());
|
|
withdrawRecord.setBankAccountName(user.getBankAccountName());
|
|
|
- // withdrawRecord.setChannel(param.getChannel());
|
|
|
|
|
|
|
+ withdrawRecord.setChannel(param.getChannel());
|
|
|
withdrawRecord.setCurrency(param.getCurrency());
|
|
withdrawRecord.setCurrency(param.getCurrency());
|
|
|
withdrawRecord.setAmount(param.getAmount());
|
|
withdrawRecord.setAmount(param.getAmount());
|
|
|
withdrawRecord.setCreateTime(DateUtil.date());
|
|
withdrawRecord.setCreateTime(DateUtil.date());
|