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<>();