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