From 8f781ef994bb28887007756989da96927dcbbe19 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.33> Date: 星期五, 02 十一月 2018 10:09:42 +0800 Subject: [PATCH] 问题反馈加时分秒 --- gx_tieta/src/com/fgkj/actions/Deverror_recordAction.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/Deverror_recordAction.java b/gx_tieta/src/com/fgkj/actions/Deverror_recordAction.java index d4aaaf0..9b8c3a0 100644 --- a/gx_tieta/src/com/fgkj/actions/Deverror_recordAction.java +++ b/gx_tieta/src/com/fgkj/actions/Deverror_recordAction.java @@ -23,7 +23,7 @@ private List<File> file; //鐢ㄦ埛鎵嬪姩娣诲姞闂 public String add(){ - Deverror_record dev_record=getGson("yyyy-MM-dd").fromJson(json, Deverror_record.class); + Deverror_record dev_record=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, Deverror_record.class); User_inf uinf=(User_inf) getUser(); dev_record.setUid(uinf.getUId()); if(file.size()>0&&file!=null){ -- Gitblit v1.9.1