parent
669e19cddc
commit
b6818328d6
|
|
@ -1230,7 +1230,7 @@ public class WorkflowEngineApp : SqlSugarBaseApp<SysCategoryType, SugarDbContext
|
|||
.Where((u, ur, uo, o) => ur.RoleId == roleId)
|
||||
.Select((u, ur, uo, o) => new
|
||||
{
|
||||
User = u.Id,
|
||||
UserId = u.Id,
|
||||
UserName = u.Name,
|
||||
Dept = o.Name
|
||||
}).ToList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue