forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-24 8a87336ca8f99ccb79c8eeb3e3796c2e41d207e7
dyh-service/dyh-base/src/main/java/cn/huge/base/common/utils/DateUtils.java
@@ -174,7 +174,7 @@
    * 获取当前时间
    * @return Date
    */
   public static Date getMowDate(){
   public static Date getNowDate(){
      return new Date();
   }