Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-enterprise
Commits
725734dd
Commit
725734dd
authored
Jun 09, 2021
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报表中心
parent
ac40a075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
DownloadReportServiceImpl.java
...ic/enterprise/service/impl/DownloadReportServiceImpl.java
+2
-4
HiveConnUtils.java
...src/main/java/com/gic/enterprise/utils/HiveConnUtils.java
+0
-3
No files found.
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/service/impl/DownloadReportServiceImpl.java
View file @
725734dd
...
...
@@ -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
);
...
...
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/utils/HiveConnUtils.java
View file @
725734dd
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment