Commit 725734dd by 陶光胜

报表中心

parent ac40a075
......@@ -80,12 +80,10 @@ public class DownloadReportServiceImpl implements DownloadReportService {
downloadReportQO.setHasDownloadUrl(null);
break;
case 4:
downloadReportQO.setAuditResult(DataSecurityAuditEnum.PASS.getCode());
downloadReportQO.setHasDownloadUrl(false);
downloadReportQO.setDownloadReportStatus(4);
break;
case 5:
downloadReportQO.setAuditResult(DataSecurityAuditEnum.PASS.getCode());
downloadReportQO.setHasDownloadUrl(true);
downloadReportQO.setDownloadReportStatus(5);
break;
case 6:
downloadReportQO.setDownloadReportStatus(6);
......
......@@ -35,9 +35,6 @@ public class HiveConnUtils {
}
public static Connection getConnnection(String url, String user, String password){
if(!start){
//todo 启动线程检查连接状态
}
try {
String key = url + ":" + user;
Connection connection = conCache.get(key);
......
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