fix: wrong status revert
This commit is contained in:
parent
87a1c3fa80
commit
4031a8121c
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ export class TaskController extends Controller {
|
|||
tx.task.update({
|
||||
where: { id: v.id },
|
||||
data: {
|
||||
requestWorkStep: { update: { workStatus: "Pending" } },
|
||||
requestWorkStep: { update: { workStatus: "Ready" } },
|
||||
},
|
||||
}),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue