| | |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "appUserId", "绑定ID不能为空"); |
| | | Assert.hasKeyAndValue(paramIn, "state", "必填,请填写状态"); |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "未包含小区信息"); |
| | | |
| | | |
| | | //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST__AUDITAPPUSERBINDINGOWNER); |
| | |
| | | ResponseEntity<String> responseEntity = null; |
| | | super.validateStoreStaffCommunityRelationship(pd, restTemplate); |
| | | |
| | | if("1200".equals(paramIn.getString("1100"))){ |
| | | if("1100".equals(paramIn.getString("state"))){ |
| | | paramIn.put("state","12000"); |
| | | }else{ |
| | | paramIn.put("state","13000"); |