Minor bug fix for ExpireIncompleteSurveyResponses
Removed unnecessary sql clause from ExpireIncompleteSurveyResponses workflow activity
This commit is contained in:
parent
c7a4c173cc
commit
808a558ec8
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ where r.isComplete = 0
|
|||
and s.timeLimit > 0
|
||||
and ( unix_timestamp() - r.startDate ) > ( s.timeLimit * 60 )
|
||||
and r.assetId = s.assetId
|
||||
and s.revisionDate = r.revisionDate
|
||||
and ad.assetId = s.assetId
|
||||
and ad.revisionDate = s.revisionDate
|
||||
and upd.userId = r.userId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue