This commit is contained in:
2025-03-13 18:17:12 +08:00
parent 8c1cb170b2
commit 521a626865
7 changed files with 32 additions and 38 deletions
@@ -1,11 +0,0 @@
--优化看板加载
create index SitePerson_PersonInOutNow_ChangeTime_ProjectId_index
on dbo.SitePerson_PersonInOutNow (ChangeTime, ProjectId)
go