From 2d611051f01675d9fe907811f2c12371cc494b82 Mon Sep 17 00:00:00 2001 From: Owen <595466820@qq.com> Date: Sat, 4 Jan 2025 23:10:29 +0800 Subject: [PATCH] staging --- .../haoka/service/api/strategy/HaiNanDxApiDealStrategy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/api/strategy/HaiNanDxApiDealStrategy.java b/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/api/strategy/HaiNanDxApiDealStrategy.java index 7c4b63926f..198900ea36 100644 --- a/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/api/strategy/HaiNanDxApiDealStrategy.java +++ b/yudao-module-haoka/yudao-module-haoka-biz/src/main/java/cn/iocoder/yudao/module/haoka/service/api/strategy/HaiNanDxApiDealStrategy.java @@ -77,6 +77,7 @@ public class HaiNanDxApiDealStrategy implements ApiDealStrategy { createParam.setStatusCd(configs.getString("ApiPrefix_statusCd")); createParam.setOrderAmount(configs.getString("ApiPrefix_orderAmount")); + createParam.setBusiScenarioCode(configs.getString("ApiPrefix_busiScenarioCode")); createParam.setOrderType(configs.getString("ApiPrefix_orderType")); HaiNanDianXinApi.OrderProdInst orderProdInst = new HaiNanDianXinApi.OrderProdInst(); orderProdInst.setProdName(configs.getString("ApiPrefix_prodNo"));