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