From 94462d19bb33abe9654781d791ae0163a3e0e37e Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 27 一月 2026 16:29:07 +0800
Subject: [PATCH] 【丽水】微信已发送、已领取视为发送成功,不再进行补偿 改为 当前发送方式为微信的,且下一发送方式为短信的,微信发送状态为已发送、已领取的,跳过短信步骤
---
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java | 78 ++++++++++++++++++++++++++++++++++++++
1 files changed, 77 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 74f92f7..15e7b38 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;
@@ -23,7 +24,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 = "寮�濮嬫椂闂�")
@@ -42,6 +47,9 @@
@ApiModelProperty(value = "绉戝Code闆嗗悎")
private List<String> deptcodes;
+ @ApiModelProperty(value = "瀛愪换鍔d闆嗗悎")
+ private List<Long> subTaskIds;
+
@ApiModelProperty(value = "绉戝鐥呭尯")
private Integer statisticaltype;
@@ -51,4 +59,72 @@
@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;
+
+ /**
+ * 鍒嗙粍绫诲瀷 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
+ */
+ @ApiModelProperty("pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty("pageSize")
+ private Integer pageSize;
+}
\ No newline at end of file
--
Gitblit v1.9.3