1
zj
2026-01-12 67c3bb07a48ef8e730c95a2179f3ca1321b4b11c
1
1 files modified
4 ■■■■ changed files
src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java
@@ -495,11 +495,11 @@
                userAssetsMapper.updateById(userAssets);
                
                userWithdraw.setWithStatus(2); // 失败
                userWithdraw.setWithMsg("代付下单失败:" + payoutResponse.getMessage());
                userWithdraw.setWithMsg("fail:" + payoutResponse.getMessage());
                userWithdraw.setTransTime(new Date());
                userWithdrawMapper.updateByPrimaryKeySelective(userWithdraw);
                
                return ServerResponse.createByErrorMsg("代付下单失败:" + payoutResponse.getMessage());
                return ServerResponse.createByErrorMsg("fail:" + payoutResponse.getMessage(),request);
            }
            
            // 保存代付记录