posNo ?? null

This commit is contained in:
mamoss 2025-04-08 17:45:47 +07:00
parent fdac9160d3
commit a56ba50954

View file

@ -3852,8 +3852,8 @@ export class CommandController extends Controller {
isGovernment: item.isGovernment,
commandNo: item.commandNo,
commandYear: item.commandYear,
posNo: posNo,
posNoAbb: shortName,
posNo: posNo ?? null,
posNoAbb: shortName ?? null,
commandDateAffect: item.commandDateAffect,
commandDateSign: item.commandDateSign,
commandCode: item.commandCode,
@ -4043,8 +4043,8 @@ export class CommandController extends Controller {
isGovernment: item.isGovernment,
commandNo: item.commandNo,
commandYear: item.commandYear,
posNo: posNo,
posNoAbb: shortName,
posNo: posNo ?? null,
posNoAbb: shortName ?? null,
commandDateAffect: item.commandDateAffect,
commandDateSign: item.commandDateSign,
commandCode: item.commandCode,