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