sort command

This commit is contained in:
mamoss 2025-05-29 17:15:52 +07:00
parent bcdb1ac739
commit c834cb6e41

View file

@ -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;