|
|
@ -79,7 +79,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
SELECT |
|
|
|
fn.permissions |
|
|
|
FROM dk_workflow.flow_node fn |
|
|
|
WHERE fn.node_code = b.node_code |
|
|
|
WHERE |
|
|
|
fn.node_code = b.node_code |
|
|
|
and fn.definition_id = c.id |
|
|
|
and fn.del_flag = '0' |
|
|
|
LIMIT 1 |
|
|
|
) AS fnData ON TRUE |
|
|
|