From d92193cb2ece5a34b910571fc830a1401abe8eef Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 22 一月 2026 14:56:41 +0800
Subject: [PATCH] 【丽水】getSfStatistics 优化
---
smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
index 619667b..123d78e 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -151,6 +151,9 @@
@ApiModelProperty(value = "浠诲姟ID")
private Long taskid;
+ @ApiModelProperty(value = "浠诲姟Id闆嗗悎")
+ private List<Long> taskIds;
+
/**
* 妯℃澘ID
*/
@@ -736,8 +739,21 @@
private List<String> visitDeptCodes;
/**
- * 鏃ユ湡闄愬埗
+ * 鍖荤敓缂栫爜
*/
- @ApiModelProperty(value = "鏃ユ湡闄愬埗锛�0鍏ㄩ儴鏈嶅姟 1鎴褰撳墠鏃ユ湡")
- private String dateLimit;
+ @Excel(name = "鍒嗙粍key")
+ @ApiModelProperty(value = "鍒嗙粍key")
+ private String groupKey;
+ /**
+ * 鍖荤敓缂栫爜
+ */
+ @Excel(name = "鍒嗙粍code闆嗗悎")
+ @ApiModelProperty(value = "鍒嗙粍code闆嗗悎")
+ private List<String> groupKeyList;
+
+// /**
+// * 鏃ユ湡闄愬埗 鐩墠鐢卞墠绔帶鍒�
+// */
+// @ApiModelProperty(value = "鏃ユ湡闄愬埗锛�0鍏ㄩ儴鏈嶅姟 1鎴褰撳墠鏃ユ湡")
+// private String dateLimit;
}
--
Gitblit v1.9.3