fix 修复 oracle 表别名不能写as关键字

This commit is contained in:
疯狂的狮子Li 2025-02-19 13:27:46 +08:00
parent 214cbac9a6
commit 381be5a1a1

View File

@ -31,7 +31,7 @@
d.version,
uu.processed_by,
uu.type
from flow_task as t
from flow_task t
left join flow_user uu on uu.associated = t.id
left join flow_definition d on t.definition_id = d.id
left join flow_instance i on t.instance_id = i.id