From 3e20a0e591c8f858d05fd99c8c5d165764aaa252 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 28 Sep 2023 10:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'code/src/Modules/SettleAc?= =?UTF-8?q?count/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inv?= =?UTF-8?q?entory.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b-bAC_PD_SERVICE=>bbac_pd_service --- .../wwwroot/models/settle/inventory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory.js index c5724164..2550f18b 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/inventory.js @@ -31,7 +31,7 @@ const schema = { export default function (businessType) { let service; if (businessType === "JisBBAC") { - service = "b-bAC_PD_SERVICE"; + service = "bbac_pd_service"; } else if (businessType === "JisHBPO") { service = "h-bPO_PD_SERVICE"; } else {