移位申请消息推送问题修改
This commit is contained in:
@@ -48,7 +48,7 @@ public class MessageFlowableDto implements Dto {
|
||||
@ApiModelProperty("任务id")
|
||||
private String taskId;
|
||||
@ApiModelProperty("接收人的组织机构")
|
||||
private List<String> orgPathList;
|
||||
private List<String> orgPathList = new ArrayList<>();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user