add posNo
This commit is contained in:
parent
51fc374e9a
commit
7390b69220
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ export class CommandController extends Controller {
|
||||||
position: x.position,
|
position: x.position,
|
||||||
posType: x.posType,
|
posType: x.posType,
|
||||||
posLevel: x.posLevel,
|
posLevel: x.posLevel,
|
||||||
|
posNo: x.posNo,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
return new HttpSuccess(_command);
|
return new HttpSuccess(_command);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue