From af73b41c2b027d8d74ce417e2f10008337577128 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 29 十月 2025 14:07:06 +0800
Subject: [PATCH] 新增服务补偿,用户查询BUG修改
---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
index 518cdf7..a2c3c76 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -681,7 +681,6 @@
      * 缁撴潫鍑洪櫌鏃ユ湡
      */
     @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date endOutHospTime;
 
     /**
@@ -730,6 +729,9 @@
     @ApiModelProperty(value = "闅忚閮ㄩ棬鍚嶇О")
     private String visitDeptName;
 
+    @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
+    private Integer isabnormal;
+
     @ApiModelProperty(value = "闅忚閮ㄩ棬缂栫爜闆嗗悎")
     private List<String> visitDeptCodes;
 }
--
Gitblit v1.9.3