|
|
@@ -68,7 +68,7 @@ public class FlowDaoImpl implements FlowDao {
|
|
|
.append("a.d_createdate as flow_d_createdate, a.v_creator, b.name as creator_name, ")
|
|
|
.append("(case when a.n_control is not null then a.n_control else d.n_control end) as n_control,")
|
|
|
.append("d.v_allow_cancels, t.l_groupxuserid, h.state, ")
|
|
|
- .append("d.n_is_cancel, d.n_end_cancel, d.n_cancel_can_read, gp.GROUPNAME, p.posname ")
|
|
|
+ .append("d.n_is_cancel, d.n_end_cancel, d.n_cancel_can_read, gp.GROUPNAME, p.posname, t.process_type ")
|
|
|
.append("FROM bpm_flow_instance a ")
|
|
|
.append("LEFT JOIN t_user b ON b.universalid=a.v_creator ")
|
|
|
.append("LEFT JOIN bpm_tache_instance t ON t.l_ins_id=a.l_ins_id ")
|