|
@@ -141,7 +141,6 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
return (status, msg);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 查询 根据 Diid 查询
|
|
|
/// </summary>
|
|
@@ -440,7 +439,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
{
|
|
|
permissions.Add(new Grp_EnterExitCostPermission()
|
|
|
{
|
|
|
- GroupId = enterExitId,
|
|
|
+ GroupId = enterExitCost.DiId,
|
|
|
UserId = userId,
|
|
|
Permission = 1,
|
|
|
CreateUserId = dto.UserId,
|