llj
2026-04-09 5b4a35e3fe0e5faa08233d23cd5efddebb5dd220
器具长宽高修复
3个文件已修改
23 ■■■■■ 已修改文件
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Gy_UnitController.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Models/Gy_Mould.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -2694,9 +2694,9 @@
                int HUSEORGID = mainList[0].HUSEORGID;
                bool HTransPackFlag = mainList[0].HTransPackFlag;     //周转容器标记
                bool HSendPackFlag = mainList[0].HSendPackFlag;       //发货容器标记
                int HMouldLength = mainList[0].HMouldLength;          //长
                int HMouldWidth = mainList[0].HMouldWidth;            //宽
                int HMouldHeight = mainList[0].HMouldHeight;          //高
                double HMouldLength = mainList[0].HMouldLength;          //长
                double HMouldWidth = mainList[0].HMouldWidth;            //宽
                double HMouldHeight = mainList[0].HMouldHeight;       //高
                int HMouldFoldHeight = mainList[0].HMouldFoldHeight;  //折叠高度
                int HUserID = mainList[0].HUserID;  // 使用人(Gy_Employee)
@@ -2910,9 +2910,9 @@
                DateTime HNextMainDate = mainList[0].HNextMainDate;
                bool HTransPackFlag = mainList[0].HTransPackFlag;     //周转容器标记
                bool HSendPackFlag = mainList[0].HSendPackFlag;       //发货容器标记
                int HMouldLength = mainList[0].HMouldLength;          //长
                int HMouldWidth = mainList[0].HMouldWidth;            //宽
                int HMouldHeight = mainList[0].HMouldHeight;          //高
                double HMouldLength = mainList[0].HMouldLength;          //长
                double HMouldWidth = mainList[0].HMouldWidth;            //宽
                double HMouldHeight = mainList[0].HMouldHeight;          //高
                int HMouldFoldHeight = mainList[0].HMouldFoldHeight;  //折叠高度
WebAPI/Controllers/BaseSet/Gy_UnitController.cs
@@ -49,6 +49,11 @@
                }
                string sql1 = string.Format(@"select * from h_v_Gy_UnitList where 组织名称='" + Organization + "'");
                if (oSystemParameter.omodel.WMS_CampanyName.Contains("四维尔"))
                {
                     sql1 = string.Format(@"select * from h_v_Gy_UnitList where 1=1 ");
                }
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn(sql1 + sWhere + "order by 计量单位代码 ", "h_v_Gy_UnitList");
WebAPI/Models/Gy_Mould.cs
@@ -69,9 +69,9 @@
        public int HNowSPID { get; set; }
        public int HCREATEORGID { get; set; }
        public int HUSEORGID { get; set; }
        public int HMouldLength { get; set; }
        public int HMouldWidth { get; set; }
        public int HMouldHeight { get; set; }
        public double HMouldLength { get; set; }
        public double HMouldWidth { get; set; }
        public double HMouldHeight { get; set; }
        public bool HTransPackFlag { get; set; }
        public bool HSendPackFlag { get; set; }