fix transfer command & registry report

This commit is contained in:
Bright 2025-02-20 09:54:13 +07:00
parent fbdce54a12
commit 70003ef609
2 changed files with 94 additions and 38 deletions

View file

@ -3140,6 +3140,7 @@ export class CommandController extends Controller {
profile.isActive = false;
}
}
profile.isLeave = item.isLeave;
profile.leaveCommandId = item.commandId ?? _null;
profile.leaveCommandNo = item.refCommandNo ?? _null;
profile.leaveRemark = clearProfile.leaveRemark ?? _null;