Commit e8788eb9 authored by 赵建伟's avatar 赵建伟

update codes

parent f257fd39
...@@ -2,12 +2,8 @@ ...@@ -2,12 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="18c38e3b-9b7f-4a3f-b141-edcb320b1d24" name="Default Changelist" comment=""> <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/demo_java_gen.zip" afterDir="false" />
<change afterPath="$PROJECT_DIR$/jobs/demo_java_gen/step1_2.job" afterDir="false" /> <change afterPath="$PROJECT_DIR$/jobs/hive_insert/hive_insert.zip" 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" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -130,7 +126,7 @@ ...@@ -130,7 +126,7 @@
<workItem from="1588154352798" duration="195000" /> <workItem from="1588154352798" duration="195000" />
<workItem from="1588220085338" duration="7993000" /> <workItem from="1588220085338" duration="7993000" />
<workItem from="1588248522289" duration="2820000" /> <workItem from="1588248522289" duration="2820000" />
<workItem from="1588344251422" duration="18221000" /> <workItem from="1588344251422" duration="18558000" />
</task> </task>
<task id="LOCAL-00001" summary="add init codes."> <task id="LOCAL-00001" summary="add init codes.">
<created>1587723565207</created> <created>1587723565207</created>
......
...@@ -2,12 +2,8 @@ ...@@ -2,12 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="73604af3-3cbc-41f8-9a5f-e6a14a2ada76" name="Default Changelist" comment="add"> <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/demo_java_gen.zip" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../../jobs/demo_java_gen/step1_2.job" afterDir="false" /> <change afterPath="$PROJECT_DIR$/../../../jobs/hive_insert/hive_insert.zip" 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" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -224,7 +220,7 @@ ...@@ -224,7 +220,7 @@
<workItem from="1588148891822" duration="2318000" /> <workItem from="1588148891822" duration="2318000" />
<workItem from="1588152718016" duration="1463000" /> <workItem from="1588152718016" duration="1463000" />
<workItem from="1588154601852" duration="28557000" /> <workItem from="1588154601852" duration="28557000" />
<workItem from="1588344252163" duration="12684000" /> <workItem from="1588344252163" duration="13021000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
...@@ -14,7 +14,7 @@ public class BiReportEndpoint { ...@@ -14,7 +14,7 @@ public class BiReportEndpoint {
@ResponseBody @ResponseBody
@RequestMapping(value = "/execSql") @RequestMapping(value = "/execSql")
public int execSql(@RequestParam String name){ public int execSql(@RequestParam String name){
return biReportService.genExcel(name); return biReportService.execSql(name);
} }
@ResponseBody @ResponseBody
......
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