提交 9e3322bc authored 作者: wangmenglong's avatar wangmenglong

增加重新发布功能

上级 f94e013d
......@@ -274,7 +274,7 @@ public class ImportRecruitController extends BaseController {
* @Author: wml
* @Date 2026/1/12 15:33
*/
@PostMapping(value = "/upload/51job/org/json", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
@PostMapping(value = "/upload/51job/org/json")
public BaseResult uploadJsonOrgFile(HttpServletRequest req,@RequestParam("file") MultipartFile file) {
UserContext userContext = UserUtils.getUserContext();
......@@ -372,7 +372,7 @@ public class ImportRecruitController extends BaseController {
* @Author: wml
* @Date 2026/1/12 15:33
*/
@PostMapping(value = "/upload/51job/json", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
@PostMapping(value = "/upload/51job/json")
public BaseResult uploadJsonFile(HttpServletRequest req,@RequestParam("file") MultipartFile file) {
UserContext userContext = UserUtils.getUserContext();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论