inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/InspectionRecords.java
@@ -63,9 +63,6 @@ @TableField("state") private Integer state; /** * 检测日期 */ @ApiModelProperty(value = "检测日期") @TableField(fill = FieldFill.INSERT) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")