no message
This commit is contained in:
parent
2af2f32cf7
commit
8a29a37455
3 changed files with 43 additions and 18 deletions
|
|
@ -276,7 +276,10 @@ export class CommandController extends Controller {
|
|||
.map((x) => ({
|
||||
id: x.id,
|
||||
citizenId: x.citizenId,
|
||||
fullName: x.fullName,
|
||||
prefix: x.prefix,
|
||||
firstName: x.firstName,
|
||||
lastName: x.lastName,
|
||||
// profileId: x.profileId,
|
||||
order: x.order,
|
||||
remarkVertical: x.remarkVertical,
|
||||
remarkHorizontal: x.remarkHorizontal,
|
||||
|
|
@ -989,7 +992,9 @@ export class CommandController extends Controller {
|
|||
persons: {
|
||||
refId: string;
|
||||
citizenId: string;
|
||||
fullName: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
}[];
|
||||
},
|
||||
@Request() request: RequestWithUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue