diff --git a/HJGL_DS/BLL/Common/BaseInfo/Base_UnitService.cs b/HJGL_DS/BLL/Common/BaseInfo/Base_UnitService.cs
index f63c02f..c53deaf 100644
--- a/HJGL_DS/BLL/Common/BaseInfo/Base_UnitService.cs
+++ b/HJGL_DS/BLL/Common/BaseInfo/Base_UnitService.cs
@@ -48,7 +48,7 @@
/// 单位信息
public static List GetSubUnitList()
{
- return (from x in db.Base_Unit where x.IsSubUnit == true select x).ToList();
+ return (from x in db.Base_Unit orderby x.UnitName select x).ToList();
}
///
diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config
index e233efb..2e0522a 100644
--- a/HJGL_DS/FineUIPro.Web/Web.config
+++ b/HJGL_DS/FineUIPro.Web/Web.config
@@ -11,7 +11,7 @@
-
+