修改方法
This commit is contained in:
parent
292d2325a3
commit
4a94d85b83
|
|
@ -33,7 +33,7 @@ public class TbHandoverController {
|
|||
tbHandoverService.download(tbHandoverService.queryAll(criteria), response);
|
||||
}
|
||||
|
||||
@PostMapping
|
||||
@GetMapping
|
||||
@Log("查询查询交班记录")
|
||||
@ApiOperation("查询查询交班记录")
|
||||
public ResponseEntity<Object> queryTbHandover(TbHandoverQueryCriteria criteria, Pageable pageable){
|
||||
|
|
|
|||
Loading…
Reference in New Issue