คำสั่ง

This commit is contained in:
kittapath 2024-10-04 22:36:34 +07:00
parent 67aacedff5
commit 497decefe4
3 changed files with 498 additions and 30 deletions

View file

@ -263,6 +263,7 @@ export class PosMasterActController extends Controller {
@Get("{posMasterActId}/{profileId}")
async GetPosMasterActProfileReport(
@Path() posMasterActId: string,
profileId: string,
@Request() request: { user: Record<string, any> },
) {
const posMasterAct = await this.posMasterActRepository.findOne({