forked from gzzfw/backEnd/gz-dyh

dyh-service/dyh-utils/src/main/java/cn/huge/module/mediate/utils/CaseRefUtils.java
@@ -1,8 +1,5 @@
package cn.huge.module.mediate.utils;
import cn.huge.base.common.constant.GzAreaEnum;
import cn.huge.base.common.utils.DateUtils;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -50,7 +47,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;
    }