This commit is contained in:
qianhao.xu 2025-03-05 16:50:11 +08:00
parent c5e367cd7c
commit 34c28c7e39

View File

@ -144,7 +144,7 @@ namespace DOAN.Service.Bydlms
}
cache = fisrt.Sort;
fisrt.Sort = upIndex.Sort;
upIndex.Sort = fisrt.Sort;
upIndex.Sort = cache;
UseTran2(() =>
{
@ -172,7 +172,7 @@ namespace DOAN.Service.Bydlms
}
cache = fisrt.Sort;
fisrt.Sort = downIndex.Sort;
downIndex.Sort = fisrt.Sort;
downIndex.Sort = cache;
UseTran2(() =>
{