| | |
| | | |
| | | List<ZInfoUser> selectByClanId(Integer clanId); |
| | | |
| | | List<ZInfoUser> getDataBySex(Integer sex); |
| | | List<ZInfoUser> getDataBySex(Integer sex,Integer clanId); |
| | | |
| | | public ZInfoUser getInfoBysysId(Long sysid); |
| | | |
| | |
| | | |
| | | // AjaxResult empower(EmpowerDto empowerDto); |
| | | |
| | | AjaxResult listWithTree(Integer depth); |
| | | AjaxResult listWithTree(Integer depth, Integer clanId); |
| | | |
| | | AjaxResult addParent(Long fatherId, Long motherId); |
| | | |
| | | AjaxResult listAllExceptAdmin(); |
| | | |
| | | AjaxResult listAllFamilyPeople(); |
| | | AjaxResult listAllFamilyPeople(Integer clanId); |
| | | |
| | | AjaxResult listMySelfAndSpouse(Long id); |
| | | |