Commit 6e58af97 by 陶光胜

取数平台调整

parent 05327d8c
......@@ -480,6 +480,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
try {
List<DownloadRecord> list = this.downloadTaskService.listUnDownloadTask(QueryDataSource.FLAT_QUERY);
list = DataInitUtils.listByHost(list);
log.debug("flatInitList", JSON.toJSONString(list));
if(CollectionUtils.isNotEmpty(list)){
for(DownloadRecord record : list){
if(StringUtils.isNotBlank(record.getDownloadCondition())){
......
......@@ -326,6 +326,7 @@ public class FreeQueryServiceImpl implements IFreeQueryService {
try{
List<DownloadRecord> list = this.downloadTaskService.listUnDownloadTask(QueryDataSource.FREE_QUERY);
list = DataInitUtils.listByHost(list);
log.debug("freeInitList", JSON.toJSONString(list));
if(CollectionUtils.isNotEmpty(list)) {
for (DownloadRecord record : list) {
if(record.getDesensiType() != null){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment