Skip to content

Commit c420073

Browse files
authored
[app-builder] fix clean task_instance_new bug (#220)
1 parent a78995e commit c420073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-builder/jane/task-new/src/main/resources/mapper/MetaInstanceMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
task_instance_new
148148
WHERE
149149
instance_status != 'RUNNING'
150-
AND update_at <![CDATA[ < ]]>
150+
AND create_time <![CDATA[ < ]]>
151151
NOW()::TIMESTAMP - (#{expiredDays} || ' day')::INTERVAL
152152
LIMIT #{limit};
153153
</select>

0 commit comments

Comments
 (0)