|
|
|
@ -249,7 +249,7 @@ public class UserService : IUserService
|
|
|
|
|
.ExecuteCommand();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
IEnumerable<long?> addLanes = model.OrgIds.AsQueryable().Except(existLanes);
|
|
|
|
|
IEnumerable<long?> addLanes = model.LaneIds.AsQueryable().Except(existLanes);
|
|
|
|
|
if (addLanes.Count() > 0)
|
|
|
|
|
{
|
|
|
|
|
foreach (var item in addLanes)
|
|
|
|
|