HD_wangm hace 5 meses
padre
commit
9220f7be43

+ 1 - 0
ygtx-gxt/src/main/java/com/ygtx/gxt/domain/GxtRepairOrderFlow.java

@@ -49,6 +49,7 @@ public class GxtRepairOrderFlow extends BaseEntity
     private String operatorName;
 
     /** 操作时间 */
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
     @Excel(name = "操作时间")
     private Date actionTime;
 

+ 2 - 2
ygtx-gxt/src/main/java/com/ygtx/gxt/domain/GxtWorkOrderFlow.java

@@ -48,8 +48,8 @@ public class GxtWorkOrderFlow extends BaseEntity
     private String operatorName;
 
     /** 操作时间 */
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
-    @Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
+    @Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
     private Date actionTime;
 
     /** 操作备注 */