fix: task ordering
This commit is contained in:
parent
3e16486d72
commit
c1fb21e14c
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ export class TaskController extends Controller {
|
|||
where: {
|
||||
requestWorkStep: { responsibleUserId: taskAssignedUserId },
|
||||
},
|
||||
orderBy: { id: "asc" },
|
||||
include: {
|
||||
requestWorkStep: {
|
||||
include: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue