1
This commit is contained in:
parent
c5e367cd7c
commit
34c28c7e39
@ -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(() =>
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user