Commit b3cb3c53 by 陶光胜

1

parent 23db948b
......@@ -539,8 +539,10 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
Connection conn = null;
if(condition.getEnterpriseIds().contains("ff8080816dd0385e016ddca436d01fe1")){
conn = HiveHelper.getBalaDownloadHiveConnection();
log.debug("runDownloadTask.run", "获取bala连接:" + task.getId());
} else {
conn = HiveHelper.getDownloadHiveConnection();
log.debug("runDownloadTask.run", "获取商户连接:" + task.getId());
}
if (conn != null) {
try {
......
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