fanli/src/main/java/com/yeshi/fanli/dao/mybatis/ThreeSaleMapper.java
@@ -35,6 +35,14 @@ */ int deleteExpireRecord(@Param("bossId")Long bossId, @Param("workerId")Long workerId); /** * 失效 * @param bossId * @param workerId * @return */ List<ThreeSale> getExpireRecord(@Param("bossId")Long bossId, @Param("workerId")Long workerId); /** * 查询一度队员集合 @@ -213,5 +221,12 @@ */ ThreeSale getRelationshipByBossIdAndWorkerId(@Param("bossId") Long bossId, @Param("workerId") Long workerId); /** * 根据下级查询成功的邀请关系 * @param workerId * @return */ ThreeSale selectSuccessByWorkerId(Long workerId); }