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