diff --git a/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs b/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs index 75724379..14244316 100644 --- a/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs +++ b/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs @@ -6493,7 +6493,7 @@ namespace DSWeb.Areas.CommMng.DAL bi.service = head.SERVICE; bi.marks = head.MARKS; bi.hsCode = head.HSCODE; - bi.goodsDescription = head.GOODSNAME; + bi.goodsDescription = head.DESCRIPTION; bi.pkGs = GetInt(head.PKGS); bi.kindPKGs = head.KINDPKGS; bi.kGs = GetInt(head.KGS);