if (e instanceof ServiceHandleException) { | if (e instanceof ServiceHandleException) { | ||||
throw e; | throw e; | ||||
} | } | ||||
logger.error("选装-查询接入渠道管理失败:{}", e.getMessage()); | |||||
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("查询接入渠道管理失败"); | |||||
logger.error("选装-ETC挂失/解挂管理查询失败:{}", e.getMessage()); | |||||
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("查询ETC挂失/解挂管理失败"); | |||||
} | } | ||||
} | } | ||||
* </p> | * </p> | ||||
**/ | **/ | ||||
@Api(cmdClazz = AfterSalesCmd.class, cmd = "") | |||||
@Api(cmdClazz = AfterSalesCmd.class, cmd = "FINDPAGEOFFOPENINFO") | |||||
public class AflOffOpenInfoPageRequest extends AbstractAfterSalesPageRequest<AflOffOpenInfoPageResponse> { | public class AflOffOpenInfoPageRequest extends AbstractAfterSalesPageRequest<AflOffOpenInfoPageResponse> { | ||||
/*** 账户编号*/ | /*** 账户编号*/ |