| | |
| | | Assert.hasLength(openId, "该用户不是能力开放用户"); |
| | | |
| | | OwnerAppUserDto ownerAppUserDto = BeanConvertUtil.covertBean(reqJson, OwnerAppUserDto.class); |
| | | ownerAppUserDto.setStates(new String[]{"10000", "12000"}); |
| | | ownerAppUserDto.setStates(new String[]{"10000", "11000", "12000"}); |
| | | |
| | | List<OwnerAppUserDto> ownerAppUserDtos = ownerAppUserInnerServiceSMOImpl.queryOwnerAppUsers(ownerAppUserDto); |
| | | |
| | |
| | | //添加小区楼 |
| | | JSONObject businessOwnerAppUser = new JSONObject(); |
| | | businessOwnerAppUser.putAll(reqJson); |
| | | //状态类型,10000 审核中,12000 审核成功,13000 审核失败 |
| | | //状态类型,10000 审核中, 11000 待认证 ,12000 审核成功,13000 审核失败 |
| | | businessOwnerAppUser.put("state", OwnerAppUserDto.STATE_AUDIT_SUCCESS); |
| | | businessOwnerAppUser.put("appTypeCd", "10010"); |
| | | businessOwnerAppUser.put("appUserId", GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_appUserId)); |