no message

This commit is contained in:
kittapath 2024-10-03 14:27:52 +07:00
parent 9dc513f7a9
commit 63a9d4226c

View file

@ -1826,7 +1826,7 @@ $"คำขอลาออกของ {updated.prefix}{updated.firstName} {upda
foreach (var placementProfile in placementProfiles)
{
// update placementstatus
placementProfile.Status = "REPORT";
placementProfile.Status = "DONECANCEL";
}
await _context.SaveChangesAsync();
return Success();