20251105 焊工单位下拉项
This commit is contained in:
parent
afac07b31f
commit
3fe15a767d
|
|
@ -48,7 +48,7 @@
|
|||
/// <returns>单位信息</returns>
|
||||
public static List<Model.Base_Unit> 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();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||
<appSettings>
|
||||
<!--连接字符串-->
|
||||
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<add key="ConnectionString" value="Server=.\sql2022;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||
<!--系统名称-->
|
||||
<add key="SystemName" value="诺必达焊接管理系统"/>
|
||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue