From 091063e57ad6b8a4cb71bcd0b8cc4d47073fb322 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 10 Nov 2025 18:41:27 +0800
Subject: [PATCH] 1
---
src/main/java/com/nq/controller/protol/UserWithdrawController.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index 5ba8be4..5b8c926 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -61,9 +61,9 @@
requestTimestamps.put(requestId, System.currentTimeMillis());
try {
- if (!isIntegerGreaterThan100(amt)) {
- return ServerResponse.createByErrorMsg("请输入整数!",request);
- }
+// if (!isIntegerGreaterThan100(amt)) {
+// return ServerResponse.createByErrorMsg("请输入整数!",request);
+// }
synchronized (user.getId()){
serverResponse = this.iUserWithdrawService.outMoney(amt, user.getWithPwd(), accsetType,bankId,request);
}
--
Gitblit v1.9.3