查询接口不做记录
This commit is contained in:
@@ -34,7 +34,6 @@ public class TbHandoverController {
|
||||
}
|
||||
|
||||
@GetMapping
|
||||
@Log("查询查询交班记录")
|
||||
@ApiOperation("查询查询交班记录")
|
||||
public ResponseEntity<Object> queryTbHandover(TbHandoverQueryCriteria criteria, Pageable pageable){
|
||||
return new ResponseEntity<>(tbHandoverService.queryAll(criteria,pageable),HttpStatus.OK);
|
||||
|
||||
Reference in New Issue
Block a user