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/ServiceSubtask.java |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
index 5d7a07b..5730755 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -633,19 +633,15 @@
     @ApiModelProperty(value = "ps")
     private Integer ps;
 
-
-    /**
-     * 鎮h�呮潵婧�
-     */
     @ApiModelProperty(value = "缁忕鍖荤敓缂栫爜")
     private String managementDoctorCode;
 
-    /**
-     * 鎮h�呮潵婧�
-     */
     @ApiModelProperty(value = "缁忕鍖荤敓")
     private String managementDoctor;
 
     @ApiModelProperty(value = "闅忚鎯呭喌:1姝e父璇煶,2鎮h�呮嫆鎺ユ垨鎷掕,3闈㈣鎴栬�呮帴璇�,4寰俊闅忚,5闅忚鐢佃瘽涓嶆纭�,6鍏朵粬")
     private Integer taskSituation;
+
+    @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
+    private Integer isabnormal;
 }

--
Gitblit v1.9.3