duhe
2025-04-15 7785befe1ccd0566db7d1e4b9016db8e9d1b6628
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");