20210813 对接门禁接口调整

This commit is contained in:
2021-08-13 10:48:08 +08:00
parent bacbffb714
commit 43acc57060
37 changed files with 345 additions and 68 deletions
+5
View File
@@ -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>
/// 表下拉框