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"));