คำสั่ง
This commit is contained in:
parent
67aacedff5
commit
497decefe4
3 changed files with 498 additions and 30 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue