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("尺码"));