From ee02f5032743f3c0bd217cb6cf8ba03ee663c629 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 30 十二月 2025 10:16:31 +0800
Subject: [PATCH] 修改PeopleSea.java文件
---
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java b/zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
index d9f78bd..2a2514e 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -1,6 +1,7 @@
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
+import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.domain.ZInfoUser;
import com.ruoyi.domain.ZfRelation;
@@ -20,13 +21,23 @@
*/
public interface ZInfoUserService extends IService<ZInfoUser> {
+
+ Boolean setUaidSame(String phone, String username,String uniqueId);
+
+ void setUserInfoSame(ZInfoUser zInfoUser);
+
+ void setSpouseOnly(Long spouse);
+
AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
Boolean findByuid(Long uid, Long tfid);
+ List<ZInfoUser> findByUaidToFaid(String usid);
List<ZInfoUser> selectByClanId(Integer clanId);
- List<ZInfoUser> getDataBySex(Integer sex);
+ AjaxResult findUserNameAClan(List<String> nickNames);
+
+ List<ZInfoUser> getDataBySex(Integer sex,Integer clanId);
public ZInfoUser getInfoBysysId(Long sysid);
@@ -35,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();
--
Gitblit v1.9.1