|
|
@@ -189,7 +189,7 @@ public class UnifyOrderManager {
|
|
|
subModule = "订单详情",
|
|
|
optType = QuoteNumberConstant.QuoteOptType.OPT_TYPE_0,
|
|
|
description = "订单创建",
|
|
|
- orderSpEl = "#QuoteVo",
|
|
|
+ orderSpEl = "#quoteVo",
|
|
|
feedbackSpEl = "#ret.code + ' - ' + #ret.msg+ ' - ' + #ret.data"
|
|
|
)
|
|
|
@Operation(summary = "统一报价")
|
|
|
@@ -251,7 +251,7 @@ public class UnifyOrderManager {
|
|
|
subModule = "订单详情",
|
|
|
optType = QuoteNumberConstant.QuoteOptType.OPT_TYPE_5,
|
|
|
description = "订单状态",
|
|
|
- orderSpEl = "#UnderwritingVo",
|
|
|
+ orderSpEl = "#underwritingVo",
|
|
|
feedbackSpEl = "#ret.code + ' - ' + #ret.msg+ ' - ' + #ret.data"
|
|
|
)
|
|
|
@Operation(summary = "统一核保")
|
|
|
@@ -325,7 +325,7 @@ public class UnifyOrderManager {
|
|
|
subModule = "订单详情",
|
|
|
optType = QuoteNumberConstant.QuoteOptType.OPT_TYPE_6,
|
|
|
description = "生成支付码",
|
|
|
- orderSpEl = "#PaymentLinkVo",
|
|
|
+ orderSpEl = "#paymentLinkVo",
|
|
|
feedbackSpEl = "#ret.code + ' - ' + #ret.msg+ ' - ' + #ret.data"
|
|
|
)
|
|
|
@Operation(summary = "获取支付链接")
|
|
|
@@ -388,7 +388,7 @@ public class UnifyOrderManager {
|
|
|
subModule = "订单详情",
|
|
|
optType = QuoteNumberConstant.QuoteOptType.OPT_TYPE_9,
|
|
|
description = "更新订单",
|
|
|
- orderSpEl = "#OrderStatusVo",
|
|
|
+ orderSpEl = "#orderStatusVo",
|
|
|
feedbackSpEl = "#ret.code + ' - ' + #ret.msg+ ' - ' + #ret.data"
|
|
|
)
|
|
|
@Operation(summary = "获取订单状态")
|
|
|
@@ -420,7 +420,7 @@ public class UnifyOrderManager {
|
|
|
subModule = "订单详情",
|
|
|
optType = QuoteNumberConstant.QuoteOptType.OPT_TYPE_8,
|
|
|
description = "下载电子保单",
|
|
|
- orderSpEl = "#DownloadPolicyVo",
|
|
|
+ orderSpEl = "#downloadPolicyVo",
|
|
|
feedbackSpEl = "#ret.code + ' - ' + #ret.msg+ ' - ' + #ret.data"
|
|
|
)
|
|
|
@Operation(summary = "获取保单")
|