fix 修复 oracle 表别名不能写as关键字
This commit is contained in:
parent
214cbac9a6
commit
381be5a1a1
@ -31,7 +31,7 @@
|
|||||||
d.version,
|
d.version,
|
||||||
uu.processed_by,
|
uu.processed_by,
|
||||||
uu.type
|
uu.type
|
||||||
from flow_task as t
|
from flow_task t
|
||||||
left join flow_user uu on uu.associated = t.id
|
left join flow_user uu on uu.associated = t.id
|
||||||
left join flow_definition d on t.definition_id = d.id
|
left join flow_definition d on t.definition_id = d.id
|
||||||
left join flow_instance i on t.instance_id = i.id
|
left join flow_instance i on t.instance_id = i.id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user