|
@@ -77,7 +77,7 @@ public class WithdrawRecordServiceImpl extends AbstractService<WithdrawRecord> i
|
|
|
Result freeze = flowService.freeze(FreezdParam.builder()
|
|
Result freeze = flowService.freeze(FreezdParam.builder()
|
|
|
.userId(withdrawRecord.getUserId())
|
|
.userId(withdrawRecord.getUserId())
|
|
|
.accountType(withdrawRecord.getAccountType())
|
|
.accountType(withdrawRecord.getAccountType())
|
|
|
- .amount(withdrawRecord.getAmount()).bizType(BizTypeEnum.WITHDRAW.getKey())
|
|
|
|
|
|
|
+ .amount(withdrawRecord.getAmount()).bizType(BizTypeEnum.FREEZE.getKey())
|
|
|
.bizId(withdrawRecord.getId() + "")
|
|
.bizId(withdrawRecord.getId() + "")
|
|
|
.bizNo(withdrawRecord.getOrderNo())
|
|
.bizNo(withdrawRecord.getOrderNo())
|
|
|
.transTime(withdrawRecord.getTransTime())
|
|
.transTime(withdrawRecord.getTransTime())
|