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();