Browse Source

裂解炉炉管测压 - 查询裂解炉Pass图片地址请求方式改post

wangggziwen 11 months ago
parent
commit
09a28b6849

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

@@ -64,7 +64,7 @@ public class TFurnancePressureController extends BaseController
     /**
      * 查询通用附件列表
      */
-    @GetMapping("/allFileList")
+    @PostMapping("/allFileList")
     public List<TCommonfile> allFileList(@RequestBody TCommonfile tCommonfile)
     {
         List<TCommonfile> list = tCommonfileService.selectAllFileList(tCommonfile);