fix 修复个人信息手机号码参数错误

This commit is contained in:
疯狂的狮子Li
2026-03-24 11:06:25 +08:00
parent a556f1e6f1
commit c53d863bd9
10 changed files with 45 additions and 54 deletions

View File

@@ -248,8 +248,4 @@ public class FlowHisTaskVo implements Serializable {
this.cooperateTypeName = CooperateType.getValueByKey(cooperateType);
}
public String getCreateTime() {
return DateUtils.formatFriendlyTime(createTime);
}
}

View File

@@ -207,8 +207,4 @@ public class FlowTaskVo implements Serializable {
private String businessTitle;
//业务扩展信息结束
public String getCreateTime() {
return DateUtils.formatFriendlyTime(createTime);
}
}