From 62a49c78f68579a2dd51372526bef6939aa927bb Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 12 三月 2025 14:54:18 +0800
Subject: [PATCH] 雅达-新增MES相关类以扩展项目功能

---
 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