update 流程人员查询增加is_view字段
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</if>
|
||||
<where>
|
||||
pn.process_definition_id = #{processDefinitionId}
|
||||
and pn.is_view = 1
|
||||
<if test="processInstanceId != null and processInstanceId != ''">
|
||||
and pnl.process_instance_id = #{processInstanceId}
|
||||
</if>
|
||||
|
||||
+2
-2
@@ -19,9 +19,9 @@ public class ConsultationTaskKey {
|
||||
|
||||
public static final String DEPART_LEADER_END_1 = "depart_leader_end_1"; // 各部所主管级领导汇总
|
||||
|
||||
public static final String DEPART_LEADER_END_2 = "depart_leader_end_2"; // 各部所主管级领导汇总
|
||||
public static final String DEPART_LEADER_COLLECT_2 = "depart_leader_collect_2"; // 各部所主管级领导汇总
|
||||
|
||||
public static final String DEPART_LEADER_END_3 = "depart_leader_end_3"; // 各部所主管级领导汇总
|
||||
public static final String DEPART_LEADER_COLLECT_3 = "depart_leader_collect_3"; // 各部所主管级领导汇总
|
||||
|
||||
public static final String DEPART_LEADER_END_4 = "depart_leader_end_4"; // 各部所主管级领导汇总
|
||||
|
||||
|
||||
Reference in New Issue
Block a user