|
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.muchinfo.mtp3pojos.entity.Taaccount;
|
|
import com.muchinfo.mtp3pojos.entity.Taaccount;
|
|
|
import com.muchinfo.mtp3pojos.vo.common.TAAccountChildrenResult;
|
|
import com.muchinfo.mtp3pojos.vo.common.TAAccountChildrenResult;
|
|
|
import com.muchinfo.mtp3pojos.vo.reportform.RefUserResult;
|
|
import com.muchinfo.mtp3pojos.vo.reportform.RefUserResult;
|
|
|
|
|
+import com.muchinfo.mtp3pojos.vo.reportform.TAAccountChildrenSelect;
|
|
|
import com.muchinfo.mtp3pojos.vo.taaccount.*;
|
|
import com.muchinfo.mtp3pojos.vo.taaccount.*;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
@@ -34,4 +35,6 @@ public interface ITaaccountMapper extends BaseMapper<Taaccount> {
|
|
|
List<TAAccountChildrenResult> queryTAAccountChildren(@Param("accountName") String accountName,@Param("areaUserId") Long areaUserId);
|
|
List<TAAccountChildrenResult> queryTAAccountChildren(@Param("accountName") String accountName,@Param("areaUserId") Long areaUserId);
|
|
|
|
|
|
|
|
List<RefUserResult> queryRefUserSelect(@Param("searchcode")String searchcode,@Param("refereeuserid") Long refereeuserid);
|
|
List<RefUserResult> queryRefUserSelect(@Param("searchcode")String searchcode,@Param("refereeuserid") Long refereeuserid);
|
|
|
|
|
+
|
|
|
|
|
+ List<TAAccountChildrenSelect> queryChildren(@Param("searchcode") String searchcode, @Param("relateduserid") Long relateduserid, @Param("usertype") Integer usertype);
|
|
|
}
|
|
}
|