forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-23 43447c1cd82337f5c3a79f4fecce719de66879e9
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();
   }