From 06e9a4dded35a6e44fabb399962635030a0e7ac4 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Sat, 28 Feb 2026 16:02:58 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E6=8A=9A=E6=85=B0=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E6=80=BB=E8=A7=88=E6=95=B0=E6=8D=AE=E6=8A=9A=E6=85=B0=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/biutag/supervision/service/RpcApplyService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/biutag/supervision/service/RpcApplyService.java b/src/main/java/com/biutag/supervision/service/RpcApplyService.java index 6aeb878..3964712 100644 --- a/src/main/java/com/biutag/supervision/service/RpcApplyService.java +++ b/src/main/java/com/biutag/supervision/service/RpcApplyService.java @@ -226,7 +226,7 @@ public class RpcApplyService extends ServiceImpl { // 抚慰人数 public Long count(Date beginTime, Date endTime, String type) { - return count(new LambdaQueryWrapper().between(RpcApply::getCrtTime, beginTime, endTime).eq(RpcApply::getType, type).eq(RpcApply::getRpcStatus, "completed")); + return count(new LambdaQueryWrapper().between(RpcApply::getApplyDate, beginTime, endTime).eq(RpcApply::getType, type).eq(RpcApply::getRpcStatus, "completed")); } // 抚慰人数