Commit e2f59ad4 authored by 郝彦辉's avatar 郝彦辉

手动修复数据工具3

parent 32e69bf7
...@@ -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任务调度失败,参数错误";
}
}
} }
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