Browse Source

设备流水

tanbin 1 year ago
parent
commit
b493c3dbd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      device-api/src/main/java/com/xy/dto/DeviceDataDto.java

+ 1 - 1
device-api/src/main/java/com/xy/dto/DeviceDataDto.java

@@ -537,7 +537,7 @@ public class DeviceDataDto {
         private Long placeId;
 
         @ApiModelProperty(value = "投放时间")
-        @JsonFormat(pattern = "yyyy-MM-dd")
+        @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
         private LocalDateTime activeTime;
 
         @ApiModelProperty(value = "月平均流水")