fix 修复流程定义查询错误
This commit is contained in:
parent
673984c482
commit
603d7a7a71
@ -14,7 +14,7 @@
|
|||||||
max(case when is_publish = 1 then version end),
|
max(case when is_publish = 1 then version end),
|
||||||
max(version)
|
max(version)
|
||||||
) as version
|
) as version
|
||||||
from flow_definition
|
from flow_definition where del_flag = '0'
|
||||||
group by flow_code
|
group by flow_code
|
||||||
) b on (a.flow_code = b.flow_code and a.version = b.version)
|
) b on (a.flow_code = b.flow_code and a.version = b.version)
|
||||||
where a.del_flag = '0'
|
where a.del_flag = '0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user