diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index cb8d16da..e817eb83 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4950,7 +4950,7 @@ export class CommandController extends Controller { : null; const metaAct = { profileId: item.posMasterChild.current_holderId, - dateStart: new Date(), + dateStart: body.refIds[0].commandAffectDate, dateEnd: null, posNo: shortName, position: item.posMaster.current_holder.position,