แก้คำสั่ง
This commit is contained in:
parent
fc0c22617b
commit
318d3ee229
1 changed files with 5 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue