|
|
@@ -78,7 +78,8 @@ public class ShowPieService {
|
|
|
int id = pieConfigInfo.getId();
|
|
|
int baseId = getChartsDataUtilService.getBaseId(id);
|
|
|
ChartsColumnConfig chartsColumn = chartsConfigMapper.getChartsColumn(id);
|
|
|
- String tableName = chartsUtilService.getSqlStr(token, id, dashId) + " tmp ";
|
|
|
+ String tableName = chartsUtilService.getSqlStr(token, id, dashId);
|
|
|
+ tableName = tableName==""?"":tableName + " tmp ";
|
|
|
/* 参数校验 */
|
|
|
if (ObjectUtils.isEmpty(chartsColumn)){
|
|
|
return new RepEntity(RepCode.Null);
|