Commit 6f7f6d42 authored by 郝彦辉's avatar 郝彦辉

手动修复数据工具

parent fb83ec62
......@@ -404,5 +404,15 @@ public class ExZhuDaiBaiHangReSendController {
}
}
@RequestMapping("/manual/d3_build_ERR_M_05_D3_024")
public String d3_build_ERR_M_05_D3_024(String p3,String secretKey,String filePath){
if(manualToolService.checkSecretKey(p3,secretKey)){
baiHangZhuDaiService.d3_build_ERR_M_05_D3_024(filePath);
return "d3_build_ERR_M_05_D3_024任务调度完成";
}else{
return "d3_build_ERR_M_05_D3_024任务调度失败,参数错误";
}
}
}
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