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