From 80fe8c0debfa3eb252e4c066104eaf2f596de135 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 09 三月 2026 17:09:29 +0800
Subject: [PATCH] 【省立同德】处理patItem报错问题

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
index 9ceb423..754cc2f 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -1,5 +1,6 @@
 package com.smartor.domain;
 
+import com.alibaba.fastjson.JSONObject;
 import com.fasterxml.jackson.annotation.JsonFormat;
 import com.ruoyi.common.annotation.Excel;
 import io.swagger.annotations.ApiModel;
@@ -47,6 +48,9 @@
     @ApiModelProperty(value = "绉戝Code闆嗗悎")
     private List<String> deptcodes;
 
+    @ApiModelProperty(value = "瀛愪换鍔d闆嗗悎")
+    private List<Long> subTaskIds;
+
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
 
@@ -71,11 +75,64 @@
     @ApiModelProperty(value = "鏌ヨ鍙傛暟瀵瑰簲鍊� joyCount-婊℃剰搴︾粺璁�; returnVisitCount-澶嶈瘖缁熻")
     private String configValue;
 
+    @ApiModelProperty(value = "缁х画鏍囪瘑:1 娌�  2鏈�")
+    private Integer continueFlag;
+
+    @ApiModelProperty(value = "缁х画鏃堕棿鐜板湪")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    private Date continueTimeNow;
+
+    @ApiModelProperty(value = "缁х画鍐呭")
+    private JSONObject continueContent;
+
+    @ApiModelProperty(value = "缁х画娆℃暟")
+    private Integer continueCount;
+
+    @ApiModelProperty(value = "缁х画鏃堕棿涓嬫")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    private Date continueTimeNext;
+
     /**
      * 鏈烘瀯缂栫爜
      */
     @ApiModelProperty("鏈烘瀯缂栫爜")
     private String orgid;
+
+    /**
+     * 闄㈠尯缂栫爜
+     */
+    @ApiModelProperty("闄㈠尯缂栫爜")
+    private String campusid;
+
+    /**
+     * 闂缂栫爜-鏌ヨ浣跨敤锛屾敮鎸佸涓棶棰橈紝鐢ㄩ�楀彿鍖哄垎
+     */
+    @ApiModelProperty(value = "闂缂栫爜")
+    private String scriptids;
+
+    /**
+     * 鍒嗙粍绫诲瀷 drCode, deptCode, leaveHospitalDistrictCode
+     */
+    @ApiModelProperty(value = "鍒嗙粍绫诲瀷")
+    private String groupKeyType;
+
+    /**
+     * 鍒嗙粍key
+     */
+    @ApiModelProperty(value = "鍒嗙粍key")
+    private String groupKey;
+
+    /**
+     * 闅忚缁熻鏂瑰紡 1-榛樿缁熻鏂瑰紡 2-缁熻鏃剁畻涓婁笉鍙戦�佺殑
+     */
+    @ApiModelProperty(value = "缁熻鏂瑰紡")
+    private String followUpCountStyle;
+
+    /**
+     * 鍒嗙粍code闆嗗悎
+     */
+    @ApiModelProperty(value = "鍒嗙粍code闆嗗悎")
+    private List<String> groupKeyList;
 
     /**
      * pageNum
@@ -88,4 +145,4 @@
      */
     @ApiModelProperty("pageSize")
     private Integer pageSize;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3