forked from gzzfw/backEnd/gz-dyh

xusd
2024-09-23 6eae63df520d5ee422d9f531f695f90e0fc2232c
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();
   }