#
luxiaotao1123
2022-02-28 21173f7ae60b1c598720c87ab966ea42b3d72c6a
src/main/java/com/zy/sc/manager/entity/Issue.java
@@ -249,7 +249,7 @@
        if (Cools.isEmpty(this.startTime)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.startTime);
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.startTime).substring(0, 10);
    }
    public String getEndTime$(){
@@ -338,4 +338,7 @@
        return list;
    }
    public Boolean getOnline() {
        return this.settle==5;
    }
}