sort command
This commit is contained in:
parent
bcdb1ac739
commit
c834cb6e41
1 changed files with 0 additions and 1 deletions
|
|
@ -2213,7 +2213,6 @@ export class CommandController extends Controller {
|
|||
commandRecive.remarkVertical = item.remarkVertical == null ? _null : item.remarkVertical;
|
||||
commandRecive.remarkHorizontal =
|
||||
item.remarkHorizontal == null ? _null : item.remarkHorizontal;
|
||||
commandRecive.order = order;
|
||||
commandRecive.commandId = command.id;
|
||||
commandRecive.createdUserId = request.user.sub;
|
||||
commandRecive.createdFullName = request.user.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue