Browse Source

时间问题

liujing-123 1 week ago
parent
commit
de6a822493

+ 2 - 1
delivery-module-core/delivery-module-core-biz/src/main/java/com/unis/module/coding/controller/admin/zjxx/vo/ZjxxRespVO.java

@@ -4,6 +4,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
4 4
 import lombok.*;
5 5
 
6 6
 import java.time.LocalDate;
7
+import java.time.LocalDateTime;
7 8
 import java.util.*;
8 9
 import java.util.*;
9 10
 import com.alibaba.excel.annotation.*;
@@ -33,7 +34,7 @@ public class ZjxxRespVO {
33 34
 
34 35
     @Schema(description = "检测时间")
35 36
     @ExcelProperty("检测时间")
36
-    private LocalDate jcsj;
37
+    private LocalDateTime jcsj;
37 38
 
38 39
     @Schema(description = "粮食品种名称")
39 40
     @ExcelProperty("粮食品种名称")