From 1067ed3f741bc71cfd5438c9b074daf48995e792 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 12 十二月 2025 15:05:42 +0800
Subject: [PATCH] 【丽水修复】历史随访记录导出修复

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
index 86a77cc..e747b86 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -23,7 +23,11 @@
     private Long userId;
 
     private Integer visitCount;
+
     private Integer isVisitAgain;
+
+    @ApiModelProperty(value = "寮傚父棰勮锛�0缁胯壊锛�1绾㈣壊锛�2榛勮壊")
+    private Integer isabnormal;
 
     @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "寮�濮嬫椂闂�")
@@ -44,4 +48,18 @@
 
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
+
+    private String visitDeptCode;
+    private String visitDeptName;
+
+    @ApiModelProperty(value = "鍖荤敓缂栫爜")
+    private String drcode;
+
+    @ApiModelProperty(value = "璇煶鍒嗙被缂栫爜")
+    private Long ivrCategoryid;
+
+    @ApiModelProperty(value = "闂嵎鍒嗙被缂栫爜")
+    private Long svyCategoryid;
+
+
 }

--
Gitblit v1.9.3