whycxzp
2023-07-04 8d0a44925b99aca8b27d0a9cbfb083241301258f
src/main/java/com/whyc/util/ActionUtil.java
@@ -28,7 +28,7 @@
   public static SimpleDateFormat sdfwithOutday = new SimpleDateFormat("yyyy_MM");
   public static SimpleDateFormat sdfwithday = new SimpleDateFormat("yyyy-MM-dd");
   public static SimpleDateFormat sdfwithFTP = new SimpleDateFormat("yyyy_MM_dd_HH_mm_ss");
   public static SimpleDateFormat sdfwithALL = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
   /*
    * 获取HttpServletRequest
    */
@@ -86,7 +86,7 @@
      msg = sdf.format(time);
      return msg;
   }
   
   /**
    *