|
|
@@ -11,6 +11,8 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface ISysUserSalesExtService
|
|
|
{
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 查询用户销售信息扩展
|
|
|
*
|
|
|
@@ -36,12 +38,12 @@ public interface ISysUserSalesExtService
|
|
|
public int insertSysUserSalesExt(SysUserSalesExt sysUserSalesExt);
|
|
|
|
|
|
/**
|
|
|
- * 根据领导EmployeeId查询所有下属用户id
|
|
|
+ * 根据领导EmployeeId查询所有下属用户EmployeeId
|
|
|
*
|
|
|
* @param bossEmployeeId 领导EmployeeId
|
|
|
* @return 结果
|
|
|
*/
|
|
|
- List<String> selectUserIdsByBossEmployeeId(String bossEmployeeId);
|
|
|
+ List<String> selectEmployeeIdsByBossEmployeeId(String bossEmployeeId);
|
|
|
|
|
|
/**
|
|
|
* 修改用户销售信息扩展
|