| | |
| | | return personService.findtagidPerson(id); |
| | | } |
| | | |
| | | // @GetMapping("findtNamePerson") |
| | | // public TbPerson findtNamePerson(Integer id){ |
| | | // return personService.findtNamePerson(id); |
| | | // } |
| | | |
| | | //标签ID查找人员标签信息 |
| | | @GetMapping("findtagIdPerson") |
| | | public TbPerson findtagIdPerson(Integer id){ |
| | |
| | | String formattedDate = sdf.format(now); |
| | | return formattedDate; |
| | | } |
| | | @GetMapping("findSanWeiFloorPerson") |
| | | public List<TbPerson> findSanWeiFloorPerson(String baoliu39){ |
| | | return personService.findSanWeiFloorPerson(baoliu39); |
| | | } |
| | | |
| | | @GetMapping("findpersonAll") |
| | | public List<TbPerson> findpersonAll(){ |
| | | return personService.findpersonAll(); |
| | | } |
| | | |
| | | //人员数据接口 |
| | | @GetMapping("findpersonAPI") |