Commit 2d4619c5 authored by 侯彦文's avatar 侯彦文

新建进度计划

parent c14b7cd3
......@@ -51,9 +51,9 @@ public class ExtPlanController<V extends ExtPlanVO, S extends ExtPlanService<V>>
* @throws IOException
*/
@ApiOperation("新增计划")
@PostMapping(value = "/insertPlan/{projectId}")
@PostMapping(value = "/insertPlan")
public ApiResult insertPlan(@RequestParam("file") MultipartFile uploadFile,
@PathVariable("projectId") Long projectId) throws IOException {
@RequestParam("projectId") Long projectId) throws IOException {
ApiResult apiResult = extPlanService.insertPlan(uploadFile, projectId);
return apiResult;
}
......
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