|
@@ -132,6 +132,7 @@ public class EtlKuaishouAudienceAccountDailyServiceImpl extends ServiceImpl<EtlK
|
|
|
}
|
|
|
List<JSONObject> list = null;
|
|
|
List<String> typeList = accountDailyMapper.getSceneTypeList();
|
|
|
+ typeList.remove("全部");
|
|
|
if ("pie".equals(dataType)) {
|
|
|
list = accountDailyMapper.getSceneInfo(value, accountId, parType);
|
|
|
if (Check.isNull(list)) {
|
|
@@ -163,9 +164,6 @@ public class EtlKuaishouAudienceAccountDailyServiceImpl extends ServiceImpl<EtlK
|
|
|
newDayList.add(data.getString("type"));
|
|
|
}
|
|
|
}
|
|
|
- if (!newDayList.contains("全部")) {
|
|
|
- typeList.remove("全部");
|
|
|
- }
|
|
|
for (String type : typeList) {
|
|
|
if (!newDayList.contains(type)) {
|
|
|
JSONObject obj = new JSONObject();
|