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 | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 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 96ce09f..7220e46 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskStatistic.java
@@ -224,6 +224,22 @@
@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;
@@ -264,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