bug
This commit is contained in:
parent
9d3b5bdad2
commit
9b726663a9
@ -6248,7 +6248,7 @@ namespace APT.PP.WebApi.Controllers.Api
|
|||||||
if (!string.IsNullOrEmpty(tem2))
|
if (!string.IsNullOrEmpty(tem2))
|
||||||
{
|
{
|
||||||
CheckListUser user = new CheckListUser();
|
CheckListUser user = new CheckListUser();
|
||||||
user.USER_ID = Guid.Parse(tem);
|
user.USER_ID = Guid.Parse(tem2);
|
||||||
listUser.Add(user);
|
listUser.Add(user);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user