mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
IDataBase Last
IDataBase Last
This commit is contained in:
@@ -39,7 +39,7 @@ namespace TEngine.Logic
|
||||
|
||||
public async FTask<uint> GeneratorUID(IDateBase db)
|
||||
{
|
||||
var ret = await db.First<AccountInfo>(t=>t.UID != 0);
|
||||
var ret = await db.Last<AccountInfo>(t=>t.UID != 0);
|
||||
if (ret == null)
|
||||
{
|
||||
return 100000;
|
||||
|
Reference in New Issue
Block a user