Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
Project
Project
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
data
bi-report
Commits
e8788eb9
Commit
e8788eb9
authored
May 06, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
f257fd39
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
15 deletions
+7
-15
workspace.xml
.idea/workspace.xml
+3
-7
demo_java_gen.zip
jobs/demo_java_gen/demo_java_gen.zip
+0
-0
hive_insert.zip
jobs/hive_insert/hive_insert.zip
+0
-0
workspace.xml
lib/java/bi-report-service/.idea/workspace.xml
+3
-7
BiReportEndpoint.java
...m/gmei/data/gateway/server/endpoint/BiReportEndpoint.java
+1
-1
No files found.
.idea/workspace.xml
View file @
e8788eb9
...
...
@@ -2,12 +2,8 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"18c38e3b-9b7f-4a3f-b141-edcb320b1d24"
name=
"Default Changelist"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_3.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step1_4.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/step2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/hive_insert/step1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/demo_java_gen/demo_java_gen.zip"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/jobs/hive_insert/hive_insert.zip"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -130,7 +126,7 @@
<workItem
from=
"1588154352798"
duration=
"195000"
/>
<workItem
from=
"1588220085338"
duration=
"7993000"
/>
<workItem
from=
"1588248522289"
duration=
"2820000"
/>
<workItem
from=
"1588344251422"
duration=
"18
221
000"
/>
<workItem
from=
"1588344251422"
duration=
"18
558
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"add init codes."
>
<created>
1587723565207
</created>
...
...
jobs/demo_java_gen/demo_java_gen.zip
0 → 100644
View file @
e8788eb9
File added
jobs/hive_insert/hive_insert.zip
0 → 100644
View file @
e8788eb9
File added
lib/java/bi-report-service/.idea/workspace.xml
View file @
e8788eb9
...
...
@@ -2,12 +2,8 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"73604af3-3cbc-41f8-9a5f-e6a14a2ada76"
name=
"Default Changelist"
comment=
"add"
>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_3.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_4.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/step2.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/hive_insert/step1.job"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/demo_java_gen/demo_java_gen.zip"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/../../../jobs/hive_insert/hive_insert.zip"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -224,7 +220,7 @@
<workItem
from=
"1588148891822"
duration=
"2318000"
/>
<workItem
from=
"1588152718016"
duration=
"1463000"
/>
<workItem
from=
"1588154601852"
duration=
"28557000"
/>
<workItem
from=
"1588344252163"
duration=
"1
2684
000"
/>
<workItem
from=
"1588344252163"
duration=
"1
3021
000"
/>
</task>
<servers
/>
</component>
...
...
lib/java/bi-report-service/service-server/src/main/java/com/gmei/data/gateway/server/endpoint/BiReportEndpoint.java
View file @
e8788eb9
...
...
@@ -14,7 +14,7 @@ public class BiReportEndpoint {
@ResponseBody
@RequestMapping
(
value
=
"/execSql"
)
public
int
execSql
(
@RequestParam
String
name
){
return
biReportService
.
genExce
l
(
name
);
return
biReportService
.
execSq
l
(
name
);
}
@ResponseBody
...
...
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