瀏覽代碼

优化

shuiqilin
zhangxin 1 年之前
父節點
當前提交
c3118f55bb

+ 2
- 2
src/main/java/com/qtzl/alterSales/manager/handler/AflOffOpenInfoFindPageHandler.java 查看文件

@@ -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挂失/解挂管理失败");
}
}


+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/model/protocol/sales/AflOffOpenInfoPageRequest.java 查看文件

@@ -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> {

/*** 账户编号*/

Loading…
取消
儲存