提交 263598a0 编写于 作者: O o2sword

修复旧版本流程意见展现不全问题

上级 98ca33f0
......@@ -161,6 +161,8 @@ public class TaskCompleted extends SliceJpaObject implements ProjectionInterface
public String getOpinion() {
if ((null != this.properties) && StringUtils.isNotEmpty(this.properties.getOpinion())) {
return this.properties.getOpinion();
} else if (StringUtils.isNotEmpty(this.opinionLob)) {
return this.opinionLob;
} else {
return this.opinion;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册