forked from integrated_whb/integrated_whb
根据卡号查询人员信息
parent
d6adfe9c42
commit
c353987bd2
|
@ -72,7 +72,13 @@ public class UsersController extends BaseController {
|
|||
@Autowired
|
||||
private ImgFilesService imgfilesService;
|
||||
|
||||
|
||||
/**
|
||||
* 根据卡号找人信息
|
||||
*
|
||||
* @param page
|
||||
* @return
|
||||
* @throws Exception
|
||||
*/
|
||||
@RequestMapping("/getUserByCardNo")
|
||||
@ResponseBody
|
||||
public Object getUserByCardNo() {
|
||||
|
|
Loading…
Reference in New Issue