MrShi
2025-11-19 7a1a89f650f0102c07631c146fcc1b99c1465391
server/system_service/src/main/java/com/doumee/core/utils/DateUtil.java
@@ -2085,7 +2085,7 @@
     */
    public static String getCurrDateTime() {
        Timestamp date = new Timestamp(System.currentTimeMillis());
        SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
        SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
        return formatter.format(date);
    }