## 调整数据报表查询;

This commit is contained in:
cabbage 2025-05-31 10:48:16 +08:00
parent 63ae5ae9f5
commit be88787003
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.orderByAsc(CuLianchuangDataStat::getCreationTime);
queryWrapper.eq(CuLianchuangDataStat::getVertexCode, "BD31581237");
List<CuLianchuangDataStat> lcList = iCuLianchuangDataStatService.list(queryWrapper);
List<Long> lcMemberStr = new ArrayList<>();