#AI
Junjie
2 天以前 7fef7f8c7007eee9a54c7f6255391f7e46885825
src/main/java/com/zy/asrs/entity/DeviceDataLog.java
@@ -75,12 +75,5 @@
//            null    // 采集时间
//    );
    public String getCreateTime$(){
        if (Cools.isEmpty(this.createTime)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.createTime);
    }
}