فهرست منبع

裂解炉炉管测压 - 删除裂解炉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()));
+    }
+
     /**
      * 查询通用附件列表
      */