forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-05 7d5eb314b9cd5b5e19aa851b63b66aad5bf59d04
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;
    }