forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-08 f6495f2ba590b219865362a0350e1d34e5ad97c9
dyh-service/dyh-utils/src/main/java/cn/huge/module/mediate/utils/CaseRefUtils.java
@@ -50,7 +50,7 @@
     * @return String
     */
    public synchronized static String getNowTime(){
        SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
        SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
        String nowTime = sdf.format(new Date());
        return nowTime;
    }