1
zj
2024-03-31 6912d597b0ed44d36af5e26077cce111936fc7f2
src/main/java/com/nq/service/impl/UserWithdrawServiceImpl.java
@@ -104,12 +104,12 @@
            }
            List<UserPosition> userPositions = this.iUserPositionService.findPositionByUserIdAndSellIdIsNull(user.getId());
            if (userPositions.size() > 0) {
                return ServerResponse.createByErrorMsg("There is no deposit with warehouse receipt");
            }
//            List<UserPosition> userPositions = this.iUserPositionService.findPositionByUserIdAndSellIdIsNull(user.getId());
//
//            if (userPositions.size() > 0) {
//                return ServerResponse.createByErrorMsg("There is no deposit with warehouse receipt");
//
//            }
            if (StringUtils.isBlank(user.getRealName()) || StringUtils.isBlank(user.getIdCard())) {