From 04e1b952e93439afa33c07ea900939bef500ccb0 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 22 三月 2025 21:01:00 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs b/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs index ac93108..86a5894 100644 --- a/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs +++ b/Tiger.Business.WMS/T100ToWMS/MaterialInfoBusiness.cs @@ -1275,7 +1275,7 @@ BILLTYPE = Convert.ToInt32(item.pmdldoctype), //STATUS = Convert.ToInt32(item.pmdlstus), // 鐘舵�佹棤娉曡浆鎹� CURRENCY = item.pmdl015, - EXCHANGERATE = item.pmdl016.ToDecimal(), + EXCHANGERATE = item.pmdl016.ToDouble(), PURDEPTCODE = item.pmdl003, PUREMPLOYEECODE = item.pmdl002, SUPPLIERCODE = item.pmdl004, -- Gitblit v1.9.3