diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index bef8747..5b95cc5 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -8076,6 +8076,7 @@ export class ReportController extends Controller { commandName: v.commandName, commandNo: v.commandNo, commandYear: v.commandYear, + commandId: v.commandId, }) .then(async () => { const before = null;