京东外卖

This commit is contained in:
shuo.wang
2025-05-26 15:36:21 +08:00
parent bafd6d31fc
commit 7baf4804ec
9 changed files with 128 additions and 9 deletions

View File

@@ -123,4 +123,9 @@ public class DataHandlerController {
dataHandlerServer.dataHandlerV20241012(dataMapList, file.getOriginalFilename(), CurrentUserHolder.getUser(), importTaskDO);
return ResponseResult.success(true);
}
@GetMapping("/JingDongStageHandler")
@ApiOperation("京东阶段处理")
public ResponseResult<Integer> JingDongStageHandler() {
return ResponseResult.success(dataHandlerServer.JingDongStageHandler());
}
}