Dev_FastAcquisition/src/com/fgkj/action/ActionUtil.java
@@ -97,6 +97,7 @@ Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss.SSS").create(); return gson.toJson(obj); } public static String chageDateToString(Date time,String type){ String msg = ""; SimpleDateFormat sdf = new SimpleDateFormat(type);