zqy
2024-06-28 f3f1875f2718c8753255896242ee67346790a7b4
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -21,9 +21,18 @@
public interface ZInfoUserService extends IService<ZInfoUser> {
    AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
    Boolean findByuid(Long uid, Long tfid);
    List<ZInfoUser> getDataBySex(Integer sex);
    public ZInfoUser getInfoBysysId(Long sysid);
    AjaxResult getInfoByfid(Long fid);
   // AjaxResult updateBySysId()
    List<ZInfoUser> selectByCondition(ZInfoUser zInfoUser);
    AjaxResult removeByUserName(List<String> userName);
    List<ZInfoUser> selectByFamId(long fid);
    AjaxResult searchMyRelation();
    AjaxResult addRelation(ZfRelation zfRelation);
@@ -39,7 +48,7 @@
    AjaxResult addParent(Long fatherId, Long motherId);
    AjaxResult listAllExceptAdmin();
    AjaxResult listAllFamilyPeople();
    AjaxResult listMySelfAndSpouse(Long id);
    AjaxResult listGenealogy(Genealogy genealogy,Integer pageNum,Integer pageSize);