| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.flowable.idm.engine.impl.persistence.entity.UserEntity; |
| | | import org.springblade.modules.house.vo.HouseholdVO; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.vo.UserDetailVO; |
| | |
| | | * @param queryWrapper |
| | | * @return |
| | | */ |
| | | List<UserExcel> exportUser(@Param("ew") Wrapper<User> queryWrapper); |
| | | List<UserExcel> exportUser(@Param("ew") Wrapper<User> queryWrapper,@Param("deptIdList") List<Long> deptIdList); |
| | | |
| | | /** |
| | | * 按条件查询用户信息 |
| | |
| | | |
| | | List<User> getUserInfoByPropertyId(String deptId, String roleId); |
| | | |
| | | /** |
| | | * 多个小区id查询用户 |
| | | * |
| | | * @param list |
| | | * @return |
| | | */ |
| | | List<User> getUserInfoByDistrictIds(@Param("list") List<String> list, String building, String unit, String name, IPage<User> page); |
| | | |
| | | /** |
| | | * 通过机构查询用户 |