田源
2024-06-18 83c7e9e4f880128e5471c8ecfdc3f896f1144d92
Source/plt-web/plt-web-parent/plt-web-base/src/main/java/com/vci/starter/web/util/VciDateUtil.java
@@ -1075,6 +1075,15 @@
   }
   /**
    * 获取当前时间的time值
    * @Return java.lang.Long
    */
   public static Long getNowTime() {
      Date date = new Date();
      return date.getTime();
   }
   /**
    * 将timestamp转换为Date
    * @param timestamp timestamp
    * @Return java.util.Date