Commit ccc7ed31 authored by suhuiguang's avatar suhuiguang

1.修改参数类型

parent ae39e4f8
...@@ -33,7 +33,7 @@ public interface DangerFeignClient { ...@@ -33,7 +33,7 @@ public interface DangerFeignClient {
* @return FeignClientResult * @return FeignClientResult
*/ */
@PostMapping(value = "/saveOrUpdateBatch") @PostMapping(value = "/saveOrUpdateBatch")
FeignClientResult<List<DangerDto>> saveOrUpdateBatch(@RequestBody List<Object> danger); FeignClientResult<List<DangerDto>> saveOrUpdateBatch(@RequestBody List<DangerDto> danger);
/** /**
* 隐患分页查询 * 隐患分页查询
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment