未验证 提交 96c7a8c7 编写于 作者: W wangxj3 提交者: GitHub

Update TaskInstanceMapper.xml

optimize page of [TaskInstance] load data slow
上级 966600cc
......@@ -120,8 +120,8 @@
,
process.name as process_instance_name
from t_ds_task_instance instance
join t_ds_process_definition define on instance.process_definition_id = define.id
join t_ds_process_instance process on process.id=instance.process_instance_id
left join t_ds_process_definition define on instance.process_definition_id = define.id
left join t_ds_process_instance process on process.id=instance.process_instance_id
where define.project_id = #{projectId}
<if test="startTime != null">
and instance.start_time > #{startTime} and instance.start_time <![CDATA[ <=]]> #{endTime}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册