update 我的抄送增加申请人以及更新时间
This commit is contained in:
parent
dad53204dd
commit
e8ade07f19
@ -156,6 +156,7 @@ public class FlowTaskVo implements Serializable {
|
|||||||
* 流程签署比例值 大于0为票签,会签
|
* 流程签署比例值 大于0为票签,会签
|
||||||
*/
|
*/
|
||||||
private BigDecimal nodeRatio;
|
private BigDecimal nodeRatio;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建者
|
* 创建者
|
||||||
*/
|
*/
|
||||||
|
@ -87,8 +87,10 @@
|
|||||||
select * from (
|
select * from (
|
||||||
select
|
select
|
||||||
b.id,
|
b.id,
|
||||||
|
b.update_time,
|
||||||
c.business_id,
|
c.business_id,
|
||||||
c.flow_status,
|
c.flow_status,
|
||||||
|
c.create_by,
|
||||||
a.processed_by,
|
a.processed_by,
|
||||||
a.create_time,
|
a.create_time,
|
||||||
b.form_custom,
|
b.form_custom,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user