เพิ่มฟิวแสดงผล Get /api/v1/org/command/step/{commandId}
This commit is contained in:
parent
2701359a88
commit
af38addf46
1 changed files with 2 additions and 0 deletions
|
|
@ -1400,6 +1400,8 @@ export class CommandController extends Controller {
|
||||||
lastName: item.lastName,
|
lastName: item.lastName,
|
||||||
position: item.position,
|
position: item.position,
|
||||||
profileId: item.profileId,
|
profileId: item.profileId,
|
||||||
|
comment: item.comment,
|
||||||
|
isSignatory: item.isSignatory,
|
||||||
}));
|
}));
|
||||||
return new HttpSuccess(_command);
|
return new HttpSuccess(_command);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue