From 511d9393530f81de5bf8e36b5585af64e1b2254b Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Sat, 31 May 2025 10:48:16 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=9F=A5=E8=AF=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../member/controller/manage/CuLianchuangDataStatController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/bd-business/bd-business-report/src/main/java/com/hzs/report/member/controller/manage/CuLianchuangDataStatController.java b/bd-business/bd-business-report/src/main/java/com/hzs/report/member/controller/manage/CuLianchuangDataStatController.java index b39c32d2..1f80c515 100644 --- a/bd-business/bd-business-report/src/main/java/com/hzs/report/member/controller/manage/CuLianchuangDataStatController.java +++ b/bd-business/bd-business-report/src/main/java/com/hzs/report/member/controller/manage/CuLianchuangDataStatController.java @@ -170,7 +170,6 @@ public class CuLianchuangDataStatController extends BaseController { queryWrapper.eq(CuLianchuangDataStat::getVertexCode, lcVO.getVertexCode()); } queryWrapper.orderByAsc(CuLianchuangDataStat::getCreationTime); - queryWrapper.eq(CuLianchuangDataStat::getVertexCode, "BD31581237"); List lcList = iCuLianchuangDataStatService.list(queryWrapper); List lcMemberStr = new ArrayList<>();