Commit 43e8aa67 by fudahua

feat: 数量限制

parent 71eb3f70
......@@ -453,7 +453,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
public Integer estimateFlatQueryDownloadTask(String tableId, List<String> enterpriseIds,
List<FlatQueryCondition> queryConditions, String orderField,
String orderDir, Boolean execDistinct, List<String> authStoreIdList) {
log.debug("estimateFlatQueryDownloadTask", tableId);
logger.info("estimateFlatQueryDownloadTask:{}", tableId);
Integer result = -1;
// 生成正式查询
String preQuery = this.buildFlatQuerySQL(
......@@ -492,6 +492,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
}
}
} // IF OVER
logger.info("数量:{};sql={}",result,finQuery);
return result;
}
......
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