## 调整数据报表查询;

This commit is contained in:
cabbage 2025-05-31 10:48:16 +08:00
parent 496a6e8dc2
commit 511d939353
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ public class CuLianchuangDataStatController extends BaseController {
queryWrapper.eq(CuLianchuangDataStat::getVertexCode, lcVO.getVertexCode()); queryWrapper.eq(CuLianchuangDataStat::getVertexCode, lcVO.getVertexCode());
} }
queryWrapper.orderByAsc(CuLianchuangDataStat::getCreationTime); queryWrapper.orderByAsc(CuLianchuangDataStat::getCreationTime);
queryWrapper.eq(CuLianchuangDataStat::getVertexCode, "BD31581237");
List<CuLianchuangDataStat> lcList = iCuLianchuangDataStatService.list(queryWrapper); List<CuLianchuangDataStat> lcList = iCuLianchuangDataStatService.list(queryWrapper);
List<Long> lcMemberStr = new ArrayList<>(); List<Long> lcMemberStr = new ArrayList<>();