update 优化 pg 字段类型适配
This commit is contained in:
parent
f70a37c050
commit
fc35a1469f
@ -50,6 +50,6 @@ public class FlowInstanceBo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 申请人Ids
|
* 申请人Ids
|
||||||
*/
|
*/
|
||||||
private List<Long> createByIds;
|
private List<String> createByIds;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user