Commit da4d9e47 by 陶光胜

取数平台调整

parent 05b46302
......@@ -211,6 +211,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
queryFull+= " " + queryOrder + " " +queryDir +" ";
}
queryFull+= queryLimit;
log.debug("buildFlatQuerySQL","生成自助指标查询SQL:" + queryFull);
return queryFull;
}
......
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