!612 fix FlwInstanceMapper xml错误

Merge pull request !612 from dhb52/warm-flow-future
This commit is contained in:
疯狂的狮子Li 2024-12-11 08:47:30 +00:00 committed by Gitee
commit b931623a0a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -42,7 +42,7 @@
fd.flow_code,
fd.version
from flow_instance fi
left join flow_definition fd on fi.definition_id = fd.id where fi.del_flag = '0'
left join flow_definition fd on fi.definition_id = fd.id and fi.del_flag = '0'
${ew.getCustomSqlSegment}
</select>