From 29e7d214720287fb86141524dd4a814f09887df4 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 18 九月 2026 16:40:38 +0800
Subject: [PATCH] 【市一】统计加上成功和总数

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
index fbc41e7..7220e46 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -102,6 +102,9 @@
     @Excel(name = " 搴旈殢璁夸汉娆� ")
     private Long followUpNeeded = 0L;
 
+    @ApiModelProperty(value = "棣栨鏃犻渶闅忚")
+    private Long nonFollowUpFirst = 0L;
+
     @ApiModelProperty(value = "棣栨搴旈殢璁�")
     @Excel(name = " 棣栨搴旈殢璁� ")
     private Long needFollowUp = 0L;
@@ -221,12 +224,32 @@
     @Excel(name = " 棣栨寰俊 ")
     private Long weChat = 0L;
 
+    @ApiModelProperty(value = "棣栨浜哄伐鎴愬姛")
+    @Excel(name = " 棣栨浜哄伐鎴愬姛 ")
+    private Long manualSuccess = 0L;
+
+    @ApiModelProperty(value = "棣栨璇煶鎴愬姛")
+    @Excel(name = " 棣栨璇煶鎴愬姛 ")
+    private Long voiceSuccess = 0L;
+
+    @ApiModelProperty(value = "棣栨鐭俊鎴愬姛")
+    @Excel(name = " 棣栨鐭俊鎴愬姛 ")
+    private Long smsSuccess = 0L;
+
+    @ApiModelProperty(value = "棣栨寰俊鎴愬姛")
+    @Excel(name = " 棣栨寰俊鎴愬姛 ")
+    private Long weChatSuccess = 0L;
+
     @ApiModelProperty(value = "缁撴灉寮傚父")
     private Long abnormal = 0L;
 
     @ApiModelProperty(value = "浜屾搴旈殢璁�")
     @Excel(name = " 浜屾搴旈殢璁� ")
     private Long needFollowUpAgain = 0L;
+
+    @ApiModelProperty(value = "浜屾鏃犻渶闅忚")
+    @Excel(name = " 浜屾鏃犻渶闅忚 ")
+    private Long nonFollowUpAgain = 0L;
 
     @ApiModelProperty(value = "浜屾寰呴殢璁�")
     @Excel(name = " 浜屾寰呴殢璁� ")
@@ -257,8 +280,25 @@
     private Long smsAgain = 0L;
 
     @ApiModelProperty(value = "浜屾寰俊")
+    @Excel(name = " 浜屾寰俊 ")
     private Long weChatAgain = 0L;
 
+    @ApiModelProperty(value = "浜屾浜哄伐鎴愬姛")
+    @Excel(name = " 浜屾浜哄伐鎴愬姛 ")
+    private Long manualAgainSuccess = 0L;
+
+    @ApiModelProperty(value = "浜屾璇煶鎴愬姛")
+    @Excel(name = " 浜屾璇煶鎴愬姛 ")
+    private Long voiceAgainSuccess = 0L;
+
+    @ApiModelProperty(value = "浜屾鐭俊鎴愬姛")
+    @Excel(name = " 浜屾鐭俊鎴愬姛 ")
+    private Long smsAgainSuccess = 0L;
+
+    @ApiModelProperty(value = "浜屾寰俊鎴愬姛")
+    @Excel(name = " 浜屾寰俊鎴愬姛 ")
+    private Long weChatAgainSuccess = 0L;
+
     @ApiModelProperty(value = "缁撴灉寮傚父")
     private Long abnormalAgain = 0L;
 

--
Gitblit v1.9.3