no message
This commit is contained in:
parent
222a2a5b6b
commit
8acd2a97c7
4 changed files with 140 additions and 22 deletions
|
|
@ -80,7 +80,7 @@ export class PosExecutiveController extends Controller {
|
|||
posExecutive.lastUpdateUserId = request.user.sub;
|
||||
posExecutive.lastUpdateFullName = request.user.name;
|
||||
await this.posExecutiveRepository.save(posExecutive);
|
||||
return new HttpSuccess();
|
||||
return new HttpSuccess(posExecutive.id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue