แก้คำสั่ง

This commit is contained in:
kittapath 2024-10-02 22:54:52 +07:00
parent fc0c22617b
commit 318d3ee229

View file

@ -6268,7 +6268,7 @@ export class ReportController extends Controller {
@Post("command/33/resume")
async SalaryReport33Resume(
@Body()
body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] },
body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] },
@Request() request: RequestWithUser,
) {
await Promise.all(
@ -6322,7 +6322,7 @@ export class ReportController extends Controller {
@Post("command/34/resume")
async SalaryReport34Resume(
@Body()
body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] },
body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] },
@Request() request: RequestWithUser,
) {
await Promise.all(
@ -6375,7 +6375,7 @@ export class ReportController extends Controller {
@Post("command/35/resume")
async SalaryReport35Resume(
@Body()
body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] },
body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] },
@Request() request: RequestWithUser,
) {
await Promise.all(
@ -6428,7 +6428,7 @@ export class ReportController extends Controller {
@Post("command/36/resume")
async SalaryReport36Resume(
@Body()
body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] },
body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] },
@Request() request: RequestWithUser,
) {
await Promise.all(
@ -6481,7 +6481,7 @@ export class ReportController extends Controller {
@Post("command/37/resume")
async SalaryReport37Resume(
@Body()
body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] },
body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] },
@Request() request: RequestWithUser,
) {
await Promise.all(