浏览代码

fix some bug

Mr.qian 1 周之前
父节点
当前提交
407b55adda
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cif-service/src/main/java/com/txz/cif/web/WithdrawRecordApiController.java

+ 2 - 0
cif-service/src/main/java/com/txz/cif/web/WithdrawRecordApiController.java

@@ -122,6 +122,8 @@ public class WithdrawRecordApiController {
 			WithdrawRecord withdrawRecord = new WithdrawRecord();
 			withdrawRecord.setOrderNo(orderNo);
 			withdrawRecord.setStatus(1);
+			withdrawRecord.setUserName(user.getName());
+			withdrawRecord.setUserPhone(user.getPhoneNo());
 			withdrawRecord.setTransTime(DateUtil.date());
 			withdrawRecord.setUserId(userId);
 			withdrawRecord.setAccountType(param.getAccountType());