no message
This commit is contained in:
parent
9dc513f7a9
commit
63a9d4226c
1 changed files with 1 additions and 1 deletions
|
|
@ -1826,7 +1826,7 @@ $"คำขอลาออกของ {updated.prefix}{updated.firstName} {upda
|
||||||
foreach (var placementProfile in placementProfiles)
|
foreach (var placementProfile in placementProfiles)
|
||||||
{
|
{
|
||||||
// update placementstatus
|
// update placementstatus
|
||||||
placementProfile.Status = "REPORT";
|
placementProfile.Status = "DONECANCEL";
|
||||||
}
|
}
|
||||||
await _context.SaveChangesAsync();
|
await _context.SaveChangesAsync();
|
||||||
return Success();
|
return Success();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue