fix: error not found
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
e0be1f6ab5
commit
138031f662
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ export class RequestListController extends Controller {
|
|||
});
|
||||
|
||||
if (record.responsibleUserId === null) {
|
||||
await prisma.requestWorkStepStatus.update({
|
||||
await tx.requestWorkStepStatus.update({
|
||||
where: {
|
||||
step_requestWorkId: {
|
||||
step: step,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue