ISCS查询接口添加校验
This commit is contained in:
parent
9681255916
commit
7e96b047c2
@ -40,7 +40,7 @@ public class IscsController {
|
||||
|
||||
@ApiOperation(value = "根据条件获取iscs数据")
|
||||
@GetMapping
|
||||
public IscsVO getIscsDataBy(IscsVO iscsVO, @ApiIgnore @RequestAttribute UserVO user) {
|
||||
public IscsVO getIscsDataBy(@Validated IscsVO iscsVO, @ApiIgnore @RequestAttribute UserVO user) {
|
||||
return this.iscsService.getIscsDataBy(iscsVO);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user