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