| | |
| | | |
| | | import cn.gistack.system.user.entity.User; |
| | | import cn.gistack.system.user.excel.UserExcel; |
| | | import cn.gistack.system.user.vo.UserVO; |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | */ |
| | | List<UserExcel> exportUser(@Param("ew") Wrapper<User> queryWrapper); |
| | | |
| | | List<User> customizeGetList(@Param("user") UserVO user); |
| | | |
| | | /** |
| | | * 根据手机号码或者账户查询用户信息 |
| | | * @param tenantId 租户id |
| | | * @param key 账户或者手机号 |
| | | * @return |
| | | */ |
| | | List<User> selectUserByPhoneOrAccount(@Param("tenantId")String tenantId, @Param("key")String key); |
| | | } |