From b9e097df4e0776810ee40c7201ac58e6be017c8d Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Sat, 28 Feb 2026 16:38:39 +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=E4=BE=B5=E5=AE=B3=E4=BA=BA=E6=95=B0=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/biutag/supervision/mapper/RpcApplyMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/biutag/supervision/mapper/RpcApplyMapper.java b/src/main/java/com/biutag/supervision/mapper/RpcApplyMapper.java index 86a9cb5..ba32b8a 100644 --- a/src/main/java/com/biutag/supervision/mapper/RpcApplyMapper.java +++ b/src/main/java/com/biutag/supervision/mapper/RpcApplyMapper.java @@ -62,7 +62,7 @@ public interface RpcApplyMapper extends BaseMapper { * */ @Select(" SELECT COUNT(*) from rpc_apply_person a LEFT JOIN rpc_apply b " + " on a.rpc_id = b.rpc_id and b.type =1 " + - " WHERE b.rpc_id is not null and b.verified ='0' " + + " WHERE b.rpc_id is not null " + " and b.crt_time BETWEEN #{beginTime} and #{endTime} ") int selectVictimNumber(Date beginTime, Date endTime);