소스 검색

裂解炉炉管测压 - 删除裂解炉Pass图片(APP)

wangggziwen 1 년 전
부모
커밋
58a509fbc2
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      master/src/main/java/com/ruoyi/project/production/controller/TFurnancePressureController.java

+ 11 - 0
master/src/main/java/com/ruoyi/project/production/controller/TFurnancePressureController.java

@@ -63,9 +63,20 @@ public class TFurnancePressureController extends BaseController
 
     @Autowired
     private ITCommonfileService tCommonfileService;
+
     //系统基础配置
     @Autowired
     private RuoYiConfig ruoyiConfig;
+
+    /**
+     * 删除裂解炉Pass图片(APP)
+     */
+    @PostMapping("/deleteFile")
+    public AjaxResult deleteFile(@RequestBody TCommonfile tCommonfile)
+    {
+        return toAjax(tCommonfileService.deleteTCommonfileById(tCommonfile.getId()));
+    }
+
     /**
      * 查询通用附件列表
      */