WebAPI/Controllers/BaseSet/Gy_UnitController.cs
@@ -48,7 +48,7 @@ return objJsonResult; } string sql1 = string.Format(@"select * from h_v_Gy_UnitList where 禁用标记='' and 组织名称='" + Organization + "'"); string sql1 = string.Format(@"select * from h_v_Gy_UnitList where 组织名称='" + Organization + "'"); if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn(sql1 + sWhere + "order by 计量单位代码 ", "h_v_Gy_UnitList");