แก้ไขข้อมูลตำแหน่ง

This commit is contained in:
mamoss 2025-03-19 17:51:01 +07:00
parent 06fb09afa2
commit fc5f28ee36
7 changed files with 1403 additions and 1 deletions

View file

@ -49,7 +49,7 @@ export class CommandCodeController extends Controller {
"createdFullName",
"lastUpdateFullName",
],
order: { code: "ASC" },
order: { id: "ASC" },
});
return new HttpSuccess(_commandCode);
}