From 566523c9c5e7e75cf243431be847242ea018dec0 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 13 一月 2026 17:32:29 +0800
Subject: [PATCH] 【市一】获取随访统计比例sql调整

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java |   26 ++++++++++++++++++++++++++
 1 files changed, 26 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 6c694a3..0d3f6b3 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -47,6 +47,9 @@
     @ApiModelProperty(value = "绉戝Code闆嗗悎")
     private List<String> deptcodes;
 
+    @ApiModelProperty(value = "瀛愪换鍔d闆嗗悎")
+    private List<Long> subTaskIds;
+
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
 
@@ -77,4 +80,27 @@
     @ApiModelProperty("鏈烘瀯缂栫爜")
     private String orgid;
 
+    /**
+     * 闄㈠尯缂栫爜
+     */
+    @ApiModelProperty("闄㈠尯缂栫爜")
+    private String campusid;
+
+    /**
+     * 闂缂栫爜-鏌ヨ浣跨敤锛屾敮鎸佸涓棶棰橈紝鐢ㄩ�楀彿鍖哄垎
+     */
+    @ApiModelProperty(value = "闂缂栫爜")
+    private String scriptids;
+
+    /**
+     * pageNum
+     */
+    @ApiModelProperty("pageNum")
+    private Integer pageNum;
+
+    /**
+     * pageSize
+     */
+    @ApiModelProperty("pageSize")
+    private Integer pageSize;
 }
\ No newline at end of file

--
Gitblit v1.9.3