From 4046f94a57f0c10e9509a49ad0d37d701aeb8186 Mon Sep 17 00:00:00 2001
From: jack <zengjieli93@163.com>
Date: Tue, 02 Apr 2024 23:47:51 +0800
Subject: [PATCH] 修复自选bug 和 增加流水日志

---
 src/main/java/com/nq/controller/protol/UserWithdrawController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index c2ad41a..dae9abc 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -38,7 +38,7 @@
     @RequestMapping({"outMoney.do"})
     @ResponseBody
     public ServerResponse outMoney(@RequestParam(value = "amt") String amt,
-                                   @RequestParam(value = "  ") String accsetType,
+                                   @RequestParam(value = "assetsType") String accsetType,
                                    HttpServletRequest request) {
         ServerResponse serverResponse = null;
         User user = this.iUserService.getCurrentRefreshUser(request);

--
Gitblit v1.9.3