feat: 待办返回是否会签字段
This commit is contained in:
@@ -193,4 +193,9 @@ public class ProcessAll {
|
||||
@ApiModelProperty(value = "父任务id")
|
||||
@TableField(exist = false)
|
||||
private String parentTaskId;
|
||||
|
||||
/**是否是会签节点*/
|
||||
@ApiModelProperty(value = "是否是会签节点")
|
||||
@TableField(exist = false)
|
||||
private String countersignFlag;
|
||||
}
|
||||
|
||||
+3
-1
@@ -46,9 +46,11 @@
|
||||
pa.prc_status,
|
||||
pa.end_time,
|
||||
pa.over_time,
|
||||
pa.project_id
|
||||
pa.project_id,
|
||||
pn.countersign_flag
|
||||
from process_approval_record par
|
||||
left join process_all pa on pa.process_instance_id = par.process_instance_id
|
||||
left join process_node pn on pn.xml_node_id = par.node_id
|
||||
${ew.customSqlSegment}
|
||||
<include refid="order1"/>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user