|
@@ -35,7 +35,8 @@
|
|
tfcfe.flow_process_var as flowProcessVar,
|
|
tfcfe.flow_process_var as flowProcessVar,
|
|
tfcfe.t_f_custom_flow_id as customFlowId,
|
|
tfcfe.t_f_custom_flow_id as customFlowId,
|
|
tfcf.flow_deployment_id as flowDeploymentId,
|
|
tfcf.flow_deployment_id as flowDeploymentId,
|
|
- tfcfe.id as customFlowEntityid
|
|
|
|
|
|
+ tfcfe.id as customFlowEntityid,
|
|
|
|
+ datediff(now(),FROM_UNIXTIME(tffa.update_time / 1000,'%Y-%m-%d %H:%i:%s')) as diffTime
|
|
from
|
|
from
|
|
ACT_RU_TASK art
|
|
ACT_RU_TASK art
|
|
left join t_f_flow_approve tffa on art.PROC_INST_ID_ = tffa.flow_id
|
|
left join t_f_flow_approve tffa on art.PROC_INST_ID_ = tffa.flow_id
|
|
@@ -77,7 +78,8 @@
|
|
tfcfe.flow_process_var as flowProcessVar,
|
|
tfcfe.flow_process_var as flowProcessVar,
|
|
tfcfe.t_f_custom_flow_id as customFlowId,
|
|
tfcfe.t_f_custom_flow_id as customFlowId,
|
|
tfcf.flow_deployment_id as flowDeploymentId,
|
|
tfcf.flow_deployment_id as flowDeploymentId,
|
|
- tfcfe.id as customFlowEntityid
|
|
|
|
|
|
+ tfcfe.id as customFlowEntityid,
|
|
|
|
+ datediff(now(),FROM_UNIXTIME(tffa.update_time / 1000,'%Y-%m-%d %H:%i:%s')) as diffTime
|
|
from
|
|
from
|
|
ACT_RU_TASK art
|
|
ACT_RU_TASK art
|
|
left join act_ru_identitylink ari on ari.TASK_ID_ = art.ID_
|
|
left join act_ru_identitylink ari on ari.TASK_ID_ = art.ID_
|