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