chenshudong před 3 týdny
rodič
revize
de4d05322d

+ 6 - 6
airport-common/src/main/java/com/sundot/airport/common/core/domain/entity/SysUser.java

@@ -403,17 +403,17 @@ public class SysUser extends BaseEntity {
403 403
     /**
404 404
      * 免考核开始时间
405 405
      */
406
-    @Excel(name = "免考核开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
407
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
408
-    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
406
+    @Excel(name = "免考核开始时间", width = 30, dateFormat = "yyyy-MM-dd")
407
+    @JsonFormat(pattern = "yyyy-MM-dd")
408
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
409 409
     private Date exemptTakeAssessmentStartTime;
410 410
 
411 411
     /**
412 412
      * 免考核结束时间
413 413
      */
414
-    @Excel(name = "免考核结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
415
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
416
-    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
414
+    @Excel(name = "免考核结束时间", width = 30, dateFormat = "yyyy-MM-dd")
415
+    @JsonFormat(pattern = "yyyy-MM-dd")
416
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
417 417
     private Date exemptTakeAssessmentEndTime;
418 418
 
419 419
     @Excel(name = "免考核备注")