no message
This commit is contained in:
parent
5b818556ca
commit
1aab6c82b9
3 changed files with 11 additions and 8 deletions
|
|
@ -6547,6 +6547,7 @@ export class ReportController extends Controller {
|
|||
prefix: item.prefix,
|
||||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
profileId: item.profileId,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6592,6 +6593,7 @@ export class ReportController extends Controller {
|
|||
prefix: item.prefix,
|
||||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
profileId: item.profileId,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6631,6 +6633,7 @@ export class ReportController extends Controller {
|
|||
prefix: item.prefix,
|
||||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
profileId: item.profileId,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6669,6 +6672,7 @@ export class ReportController extends Controller {
|
|||
prefix: item.prefix,
|
||||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
profileId: item.profileId,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
@ -6707,6 +6711,7 @@ export class ReportController extends Controller {
|
|||
prefix: item.prefix,
|
||||
firstName: item.firstName,
|
||||
lastName: item.lastName,
|
||||
profileId: item.profileId,
|
||||
}));
|
||||
|
||||
return new HttpSuccess(_salaryRank);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue