Kaynağa Gözat

fix some bug

Mr.qian 1 hafta önce
ebeveyn
işleme
407b55adda

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