feige
4 天以前 ba97f97d28f65d2b8ed5406792aa66a9d3fc9ed8
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -22,7 +22,9 @@
public interface ZInfoUserService extends IService<ZInfoUser> {
    void setUaidSame(String phone, String username,String uniqueId);
    Boolean setUaidSame(String phone, String username,String uniqueId);
    void setUserInfoSame(ZInfoUser zInfoUser);
    void setSpouseOnly(Long spouse);
@@ -44,6 +46,8 @@
   // AjaxResult updateBySysId()
    List<ZInfoUser> selectByCondition(ZInfoUser zInfoUser);
    ZInfoUser selectByUaidAndUid(ZInfoUser zInfoUser);
    AjaxResult removeByUserName(List<String> userName);
    List<ZInfoUser> selectByFamId(long fid);
    AjaxResult searchMyRelation();