This commit is contained in:
何美荣 2026-05-07 18:35:18 +08:00
parent 9d3b5bdad2
commit 9b726663a9

View File

@ -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);
} }
} }