From 6acc85904fe12d447794575858f7ac28201117e4 Mon Sep 17 00:00:00 2001 From: ddlucky Date: Thu, 9 Mar 2023 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=9A=E9=94=90=E9=92=89=E9=92=89=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=EF=BC=8C=E5=85=A5=E5=BA=93=E6=97=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=9B=9E=E5=86=99=E9=87=8D=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSWeb/Areas/MvcShipping/Helper/DingTalkHelper.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DSWeb/Areas/MvcShipping/Helper/DingTalkHelper.cs b/DSWeb/Areas/MvcShipping/Helper/DingTalkHelper.cs index 2c64d677..53b177d6 100644 --- a/DSWeb/Areas/MvcShipping/Helper/DingTalkHelper.cs +++ b/DSWeb/Areas/MvcShipping/Helper/DingTalkHelper.cs @@ -1653,7 +1653,7 @@ namespace DSWeb.Areas.MvcShipping.Helper updrec.GOODSRKSL = DingWmsin.getValue_decimal("重量"); updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); - //updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); + updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue_decimal("重量")); updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue_decimal("尺码")); @@ -1665,7 +1665,7 @@ namespace DSWeb.Areas.MvcShipping.Helper updrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码"); updrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); - //updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); + updrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); updrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); updrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码")); @@ -1705,7 +1705,7 @@ namespace DSWeb.Areas.MvcShipping.Helper newrec.GOODSRKSL = DingWmsin.getValue_decimal("重量"); newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); - //newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); + newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码")); @@ -1717,7 +1717,7 @@ namespace DSWeb.Areas.MvcShipping.Helper newrec.GOODSRKSL = DingWmsin.getValue_decimal("尺码"); newrec.GOODSSTOCK = DingWmsin.getValue_decimal("重量"); - //newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); + newrec.GOODSKGS = DingWmsin.getValue_decimal("重量"); newrec.SHIJIZHONGLIANG = Convert.ToDouble(DingWmsin.getValue("重量")); newrec.CHIMA1 = Convert.ToDouble(DingWmsin.getValue("尺码"));