whycxzp
2022-10-17 04d13e3a41ef798e07c25c1d3ad2002270a9cb76
src/main/java/com/whyc/util/ActionUtil.java
@@ -27,6 +27,7 @@
   public static String time_yyyyMMdd = "yyyy-MM-dd";
   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");
   /*
    * 获取HttpServletRequest
@@ -85,7 +86,7 @@
      msg = sdf.format(time);
      return msg;
   }
   
   /**
    * 
@@ -357,7 +358,6 @@
         smdate=sdf.parse(sdf.format(smdate));  
         bdate=sdf.parse(sdf.format(bdate));
      } catch (ParseException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
      }
     
@@ -378,7 +378,6 @@
         smdate=sdf.parse(sdf.format(smdate));  
         bdate=sdf.parse(sdf.format(bdate));
      } catch (ParseException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
      }  
        Calendar cal = Calendar.getInstance();