Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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-spider
baihang-report
Commits
e2f59ad4
Commit
e2f59ad4
authored
Jun 07, 2020
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动修复数据工具3
parent
32e69bf7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
190 additions
and
4 deletions
+190
-4
ExZhuDaiBaiHangReSendController.java
.../controller/external/ExZhuDaiBaiHangReSendController.java
+12
-0
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+178
-4
No files found.
src/main/java/cn/quantgroup/report/controller/external/ExZhuDaiBaiHangReSendController.java
View file @
e2f59ad4
...
@@ -373,4 +373,16 @@ public class ExZhuDaiBaiHangReSendController {
...
@@ -373,4 +373,16 @@ public class ExZhuDaiBaiHangReSendController {
return
"d3_build_err_D3_041任务调度失败,参数错误"
;
return
"d3_build_err_D3_041任务调度失败,参数错误"
;
}
}
}
}
@RequestMapping
(
"/manual/d3_build_err_G_001"
)
public
String
d3_build_err_G_001
(
String
p3
,
String
secretKey
,
String
filePath
){
if
(
manualToolService
.
checkSecretKey
(
p3
,
secretKey
)){
baiHangZhuDaiService
.
d3_build_err_G_001
(
filePath
);
return
"d3_build_err_G_001任务调度完成"
;
}
else
{
return
"d3_build_err_G_001任务调度失败,参数错误"
;
}
}
}
}
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
e2f59ad4
This diff is collapsed.
Click to expand it.
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