20210813 对接门禁接口调整
This commit is contained in:
@@ -124,6 +124,11 @@ namespace BLL
|
||||
orderby x.TeamGroupCode select x).ToList();
|
||||
}
|
||||
|
||||
public static Model.ProjectData_TeamGroup getTeamGroupByTeamGroupName(string projectId,string unitId, string name)
|
||||
{
|
||||
return Funs.DB.ProjectData_TeamGroup.FirstOrDefault(x => x.ProjectId == projectId && x.UnitId== unitId && x.TeamGroupName == name);
|
||||
}
|
||||
|
||||
#region 表下拉框
|
||||
/// <summary>
|
||||
/// 表下拉框
|
||||
|
||||
Reference in New Issue
Block a user