jack
2024-04-02 4046f94a57f0c10e9509a49ad0d37d701aeb8186
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())) {