6 年之前
父節點
當前提交
6008dbba0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pcbms/src/main/java/com/hssx/pcbms/controller/TaskFileController.java

+ 1 - 1
pcbms/src/main/java/com/hssx/pcbms/controller/TaskFileController.java

@@ -58,7 +58,7 @@ public class TaskFileController {
      * @return
      */
     @ApiOperation(value = "任务资料删除接口", notes = "任务资料删除方法")
-    @RequestMapping("/uploadFile")
+    @RequestMapping("/delFile")
     @ResponseBody
     public HttpRespMsg delFile(Integer id) {
         HttpRespMsg msg = new HttpRespMsg();