Commit ad83936b authored by mcb's avatar mcb

commit

parent 8643e3ea
......@@ -140,7 +140,7 @@
from dmp_develop_task t1
inner join dmp_navigation_tree t2 on t1.TREE_ID=t2.ID
left join dmp_project_system_info t3 on t2.PROJECT_ID=t3.PROJECT_ID and t3.data_status = '1'
where 1=1 and t1.data_status ='1' and t2.id = #{taskId}
where 1=1 and t1.data_status ='1' and t1.id = #{taskId}
</select>
<!-- 根据执行实例id查询规则执行结果表 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment