add field commandDate & education

This commit is contained in:
Bright 2024-11-08 12:11:01 +07:00
parent fb40df8a2a
commit 6d13f7b598
4 changed files with 30 additions and 7 deletions

View file

@ -1324,6 +1324,7 @@ export class CommandController extends Controller {
RemarkHorizontal: x.remarkHorizontal,
RemarkVertical: x.remarkVertical,
CommandYear: command.commandYear,
CommandExcecuteDate: command.commandExcecuteDate
})),
})
.then(async (res) => {