From 34c28c7e39e0ead3f79c087368f426f826bc1bbe Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Wed, 5 Mar 2025 16:50:11 +0800 Subject: [PATCH] 1 --- DOAN.Service/Bydlms/BydWorkorderService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOAN.Service/Bydlms/BydWorkorderService.cs b/DOAN.Service/Bydlms/BydWorkorderService.cs index ed5c73d..cab3333 100644 --- a/DOAN.Service/Bydlms/BydWorkorderService.cs +++ b/DOAN.Service/Bydlms/BydWorkorderService.cs @@ -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(() => {