${his.activityType!='endEvent'?"办理人:"}
${his.assigneeName} 开始时间:${his.startTime!,
dateFormat='yyyy-MM-dd HH:mm:ss'}
<%if(his.endTime!=null){ %>
处理时间:${his.endTime!,dateFormat='yyyy-MM-dd HH:mm:ss'}
<%}%>
<%if(Strings.isNotBlank(his.timeConsuming)){ %>
任务历时:${his.timeConsuming!}
<%}%>
<% if(his.flowComments!=null) { %>
<% for(comment in his.flowComments!) { %>-
${comment.fullMessage}
${comment.userDesc}
${comment.time!,dateFormat='yyyy-MM-dd HH:mm:ss'}
<%if(comment.handWritingSignatureAttachment!=null){%>
查看签字
<%}%>
<%if(comment.flowAttachments.~size>0){%>
查看附件
<%}%>
<%}%>