代码调整
This commit is contained in:
@@ -206,7 +206,7 @@ public interface LineFeignClient {
|
||||
* @return 监测点详情集合
|
||||
*/
|
||||
@PostMapping("getLineDetail")
|
||||
HttpResult<List<LineDetail>> getLineDetail(@RequestParam(required = false,value = "list") List<String> list);
|
||||
HttpResult<List<LineDetail>> getLineDetail(@RequestBody(required = false) List<String> list);
|
||||
|
||||
/**
|
||||
* 功能描述: 获取指定条件的装置id(实际装置、投运、稳态或者双系统)
|
||||
|
||||
Reference in New Issue
Block a user