1
zj
2026-03-23 efb07bcec37c49228d9760794f215c8549243ad2
src/main/java/com/nq/controller/backend/AdminWithDrawController.java
@@ -61,7 +61,8 @@
    /**
     *
     * @param withId
     * @param state 1.审核通过(走代付) 2.审核(不走代付) 3.驳回
     * @param state 1.4审核通过(走代付) 2.审核(不走代付) 3.驳回
     * @param payoutChannel
     * @param authMsg
     * @return
     */
@@ -83,7 +84,7 @@
            // 更新请求时间戳
            requestTimestamps.put(requestId, System.currentTimeMillis());
            synchronized (withId){
                serverResponse = this.iUserWithdrawService.updateState(withId, state, authMsg,request,response);
                serverResponse = this.iUserWithdrawService.updateState(withId, state, authMsg, request, response);
            }
        } catch (Exception e) {
            log.error("admin修改充值订单状态出错 ,异常 = {}", e);