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

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 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 3ad9f22..0d3f6b3 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -1,6 +1,7 @@
 package com.smartor.domain;
 
 import com.fasterxml.jackson.annotation.JsonFormat;
+import com.ruoyi.common.annotation.Excel;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -46,6 +47,9 @@
     @ApiModelProperty(value = "绉戝Code闆嗗悎")
     private List<String> deptcodes;
 
+    @ApiModelProperty(value = "瀛愪换鍔d闆嗗悎")
+    private List<Long> subTaskIds;
+
     @ApiModelProperty(value = "绉戝鐥呭尯")
     private Integer statisticaltype;
 
@@ -55,4 +59,48 @@
     @ApiModelProperty(value = "鍖荤敓缂栫爜")
     private String drcode;
 
-}
+    @ApiModelProperty(value = "璇煶鍒嗙被缂栫爜")
+    private Long ivrCategoryid;
+
+    @ApiModelProperty(value = "闂嵎鍒嗙被缂栫爜")
+    private Long svyCategoryid;
+
+    @ApiModelProperty(value = "浠诲姟绫诲瀷锛�1锛屾満鍣ㄤ汉璇煶  2锛岄棶鍗凤紱3锛岄�氱煡锛�")
+    private String type;
+
+    @ApiModelProperty(value = "鏌ヨ鍙傛暟 joyCount-婊℃剰搴︾粺璁�; returnVisitCount-澶嶈瘖缁熻")
+    private String configKey;
+
+    @ApiModelProperty(value = "鏌ヨ鍙傛暟瀵瑰簲鍊� joyCount-婊℃剰搴︾粺璁�; returnVisitCount-澶嶈瘖缁熻")
+    private String configValue;
+
+    /**
+     * 鏈烘瀯缂栫爜
+     */
+    @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