fix
This commit is contained in:
parent
0524653f4b
commit
4dac692284
7 changed files with 26 additions and 22 deletions
|
|
@ -178,7 +178,7 @@ export class ProfileChangeNameEmployeeController extends Controller {
|
|||
await this.profileEmployeeRepo.save(profile);
|
||||
}
|
||||
|
||||
return new HttpSuccess([chkLastRecord.id,record.id]);
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
||||
@Delete("{changeNameId}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue