order no
This commit is contained in:
parent
71b56d4204
commit
a3dd5c59f5
2 changed files with 4 additions and 2 deletions
|
|
@ -2580,6 +2580,7 @@ export class DevelopmentController extends Controller {
|
|||
where: { developmentId: id },
|
||||
relations: ["posLevel", "posType", "employeePosLevel", "employeePosType"],
|
||||
order: {
|
||||
no: "ASC",
|
||||
isDone: "ASC",
|
||||
isDoneIDP: "ASC",
|
||||
citizenId: "ASC",
|
||||
|
|
@ -2587,6 +2588,7 @@ export class DevelopmentController extends Controller {
|
|||
},
|
||||
});
|
||||
const _getDevelopment = getDevelopment.map((item) => ({
|
||||
no: item.no,
|
||||
id: item.id,
|
||||
type: item.type,
|
||||
idcard: item.citizenId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue