提交 21de0fbc 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 b447566b
......@@ -487,7 +487,7 @@ public class IBZEmployee extends EntityMP implements Serializable {
if (this.birthday == null) {
return null;
}
SimpleDateFormat sdf = new SimpleDateFormat("defieldFormatStr");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
return sdf.format(birthday);
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册