修改方法

This commit is contained in:
牛叉闪闪
2024-07-30 15:14:19 +08:00
parent 292d2325a3
commit 4a94d85b83

View File

@@ -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){