เพิ่มฟิวแสดงผล Get /api/v1/org/command/step/{commandId}

This commit is contained in:
AdisakKanthawilang 2024-11-04 11:16:37 +07:00
parent 2701359a88
commit af38addf46

View file

@ -1400,6 +1400,8 @@ export class CommandController extends Controller {
lastName: item.lastName,
position: item.position,
profileId: item.profileId,
comment: item.comment,
isSignatory: item.isSignatory,
}));
return new HttpSuccess(_command);
}