yangle
2025-04-08 b0688c1efd606284fd5bc31f2d60a1fec9aef968
WebAPI/Controllers/基础资料/基础资料/Gy_MaterTypeBillController.cs
@@ -872,7 +872,7 @@
        {
            try
            {
                string sql1 = string.Format("select hitemid,hnumber,hname,hparentid,hlevel from Gy_MaterType where HUSEORGID = '" + HOrgID + "' order by hnumber");
                string sql1 = string.Format("select hitemid,hnumber,hname,hparentid,hlevel,hhelpcode from Gy_MaterType where HUSEORGID = '" + HOrgID + "' order by hhelpcode");
                ds = oCN.RunProcReturn(sql1, "Gy_MaterType");