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; } }