mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
完成pgSql结构调整
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenAuth.App
|
||||
CreateUserId = loginContext.User.Id,
|
||||
CreateUserName = loginContext.User.Name,
|
||||
CreateDate = DateTime.Now,
|
||||
Content = $"【加签】流程加签给:{string.Join(",", objs.Select(u => u.ApproverName))}"
|
||||
Content = $"【加签】{loginContext.User.Name}加签给:{string.Join(",", objs.Select(u => u.ApproverName))}"
|
||||
}).ExecuteCommand();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user