Fix errors in the getInstancesForObject and code that used it.
This commit is contained in:
parent
c6a0abe8c1
commit
1e52f21fcb
2 changed files with 4 additions and 3 deletions
|
|
@ -447,7 +447,7 @@ sub getInstancesForObject {
|
|||
SELECT
|
||||
instanceId
|
||||
FROM
|
||||
workflowInstance
|
||||
WorkflowInstance
|
||||
WHERE
|
||||
className = ?
|
||||
AND methodName = ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue