## 调整数据报表查询;
This commit is contained in:
parent
63ae5ae9f5
commit
be88787003
|
@ -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<>();
|
||||||
|
|
Loading…
Reference in New Issue