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");