根据卡号查询人员信息

pull/4/head
dearlin 2024-01-29 09:08:29 +08:00
parent d6adfe9c42
commit c353987bd2
1 changed files with 7 additions and 1 deletions

View File

@ -72,7 +72,13 @@ public class UsersController extends BaseController {
@Autowired
private ImgFilesService imgfilesService;
/**
*
*
* @param page
* @return
* @throws Exception
*/
@RequestMapping("/getUserByCardNo")
@ResponseBody
public Object getUserByCardNo() {