20260330 新增班组信息

This commit is contained in:
2026-03-30 19:17:06 +08:00
parent 2560524757
commit 9af6e00b4a
15 changed files with 2230 additions and 142 deletions
@@ -244,7 +244,7 @@ namespace FineUIPro.Web.common.ProjectSet
foreach (int i in Grid2.GetDeletedList())
{
string rowID = Grid2.DataKeys[i][0].ToString();
BLL.Base_TeamGroupService.DeleteTeamGroup(rowID);
BLL.Base_TeamGroupService.DeleteTeamGroupById(rowID);
}
}