From af7dd07dc1521f3c0012e9e0eea836de3260f374 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 08 六月 2026 15:37:04 +0800
Subject: [PATCH] 【丽水】随访查询页面-统计调整 * total: 患者服务总量 * wxsf: 无需随访数量 sendstate != 4 * xsf: 需随访数量 sendstate = 4 * dsf: 待随访数量 sendstate = 1L, 2L, 3L, 5L, 7L * ywc: 已完成数量 sendstate = 6L * yc: 异常数量 excep = '1' * yc: 警告数量 excep = '2'
---
smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java | 41 ++++++++++++++++++++++-------------------
1 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java b/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java
index 2e853db..fab95b7 100644
--- a/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java
+++ b/smartor/src/main/java/com/smartor/domain/XinHuaWXReq.java
@@ -16,27 +16,11 @@
public class XinHuaWXReq {
private static final long serialVersionUID = 1L;
-// /**
-// * 鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�
-// */
-// @ApiModelProperty(value = "鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�")
-// private String service = "smarthos.yygh.ApiService.push";
-//
-// private String spid = "1001";
-
/**
- * 璇佷欢鍙�
+ * 鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�
*/
- @Excel(name = " 璇佷欢鍙�")
- @ApiModelProperty(value = "璇佷欢鍙�")
- private String idcard;
-
- /**
- * 璇︽儏鍦板潃
- */
- @Excel(name = "閾炬帴鍦板潃")
- @ApiModelProperty(value = "閾炬帴鍦板潃")
- private String url;
+ @ApiModelProperty(value = "鎺ュ彛鏈嶅姟鍚嶏紝鍥哄畾鍊�")
+ private String service = "smarthos.pat.notice";
/**
@@ -44,6 +28,7 @@
*/
@ApiModelProperty(value = "搴旂敤缂栧彿")
private String appid;
+
/**
* 鎮h�呯紪鍙�
@@ -56,6 +41,12 @@
*/
@ApiModelProperty(value = "鎮h�呭鍚�")
private String patientname;
+ /**
+ * 璇佷欢鍙�
+ */
+ @Excel(name = " 璇佷欢鍙�")
+ @ApiModelProperty(value = "璇佷欢鍙�")
+ private String idcard;
/**
* 鎵嬫満鍙风爜
@@ -81,4 +72,16 @@
@ApiModelProperty(value = "閾炬帴鍦板潃")
private String content;
+ /**
+ * 璇︽儏鍦板潃
+ */
+ @Excel(name = "閾炬帴鍦板潃")
+ @ApiModelProperty(value = "閾炬帴鍦板潃")
+ private String url;
+
+
+
+
+
+
}
--
Gitblit v1.9.3