Commit b568062a by sikang

bugfix 创建时间显示异常

parent fe1fc26f
......@@ -149,7 +149,7 @@ public class LatestLoanAppBean implements Parcelable {
}
public String getDueDate() {
return this.dueDate;
return this.dueDate.replace("T"," ").replace("Z","");
}
public void setDueDate(String dueDate) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment