分页查询人员及生物识别特征

This commit is contained in:
sxu 2025-03-01 10:33:24 +08:00
parent c4dff7ed37
commit 3d87769781
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class CustInfoController extends BaseController {
} }
@ApiOperation("分页查询人员及生物识别特征") @ApiOperation("分页查询人员及生物识别特征")
@GetMapping({"/pageCustInfoPhoto"}) @PostMapping({"/pageCustInfoPhoto"})
public TableDataInfo pageCustInfoPhoto(@RequestBody CustInfoParam dto) { public TableDataInfo pageCustInfoPhoto(@RequestBody CustInfoParam dto) {
try { try {
startPage(); startPage();