no message

This commit is contained in:
Kittapath 2024-03-18 11:11:14 +07:00
parent 222a2a5b6b
commit 8acd2a97c7
4 changed files with 140 additions and 22 deletions

View file

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