|
|
@ -53,7 +53,9 @@ public interface CustomerStaffDao extends BaseDao<CustomerStaffEntity> { |
|
|
|
* @Description 模糊查询用户、角色信息 |
|
|
|
* @author sun |
|
|
|
*/ |
|
|
|
List<ListStaffResultDTO> selectByRealName(@Param("customerId") String customerId, @Param("realName") String realName); |
|
|
|
List<ListStaffResultDTO> selectByRealName(@Param("customerId") String customerId, |
|
|
|
@Param("realName") String realName, |
|
|
|
@Param("mobile") String mobile); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 分页查询排好序的工作人员Id列表 |
|
|
|