소스 검색

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());