浏览代码

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

wangggziwen 1 年之前
父节点
当前提交
58a509fbc2

+ 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()));
+    }
+
     /**
      * 查询通用附件列表
      */