mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Thu Nov 7 19:35:20 CET 2024
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Data;
|
||||
using System.Data;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace ServiceLib.Handler
|
||||
@@ -466,7 +466,7 @@ namespace ServiceLib.Handler
|
||||
break;
|
||||
}
|
||||
case EMove.Position:
|
||||
sort = pos * 10 + 1;
|
||||
sort = (pos * 10) + 1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user