| | |
| | | import com.java110.entity.component.ComponentValidateResult; |
| | | import com.java110.utils.constant.ServiceConstant; |
| | | import com.java110.utils.exception.SMOException; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import com.java110.web.smo.auditAppUserBindingOwner.IListAuditAppUserBindingOwnersSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | |
| | | super.validatePageInfo(pd); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "未包含小区信息"); |
| | | |
| | | //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_AUDITAPPUSERBINDINGOWNER); |
| | | } |
| | | |
| | |
| | | Map paramMap = BeanConvertUtil.beanCovertMap(result); |
| | | paramIn.putAll(paramMap); |
| | | |
| | | String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/owner.listAppUserBindingOwners" + mapToUrlParam(paramIn); |
| | | String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/owner.listAuditAppUserBindingOwners" + mapToUrlParam(paramIn); |
| | | |
| | | |
| | | ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "", |