forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-26 d81e1ba103c1e70eeec57c6fe88141937c6e3c5d
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();
   }