linjiawei hace 1 mes
padre
commit
4e4b14293a

+ 1 - 1
zfjg-api/zfjg-api-manage/src/main/java/com/zfjg/manage/api/domain/enforce/job/EnforceDeductRecord.java

@@ -56,7 +56,7 @@ public class EnforceDeductRecord implements Serializable {
     private Double deductValue;
 
     @ApiModelProperty("扣分时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date deductTime;
 
     @ApiModelProperty("上传文件")