This commit is contained in:
2025-03-13 15:47:41 +08:00
parent b42ae27e20
commit 4ab8b85e6f
3 changed files with 21 additions and 10 deletions
@@ -0,0 +1,11 @@
--优化看板加载
create index SitePerson_PersonInOutNow_ChangeTime_ProjectId_index
on dbo.SitePerson_PersonInOutNow (ChangeTime, ProjectId)
go