Update On Thu Nov 7 19:35:20 CET 2024

This commit is contained in:
github-action[bot]
2024-11-07 19:35:20 +01:00
parent b0af3ca28c
commit 3c1fc9b3a8
142 changed files with 2442 additions and 1688 deletions
@@ -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;
}