posNo ?? null
This commit is contained in:
parent
fdac9160d3
commit
a56ba50954
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue