lxw
2021-03-13 30e0a6876452d5ca043d54dfbc72e17e2365f39f
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);