|
|
@@ -122,6 +122,7 @@ public class ShowPopulationService {
|
|
|
String groupBy = String.join(",", groupByList),
|
|
|
fileds = String.join(",", normalOperatorColumn);
|
|
|
List<Map<String, Object>> valueList = showChartsMapper.getGroupByValue(groupBy, fileds, tableName, sortFiled, screenStr);
|
|
|
+ popAndIndDataInfo.setChartsColumnConfig(chartsColumn);
|
|
|
popAndIndDataInfo.setValueList(valueList);
|
|
|
return new RepEntity(RepCode.success, popAndIndDataInfo);
|
|
|
}
|