| | |
| | | } |
| | | |
| | | |
| | | 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())) { |