| | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.flowable.idm.engine.impl.persistence.entity.UserEntity; |
| | | import org.springblade.core.secure.utils.AuthUtil; |
| | | import org.springblade.core.tool.utils.BeanUtil; |
| | | import org.springblade.modules.grid.entity.GridEntity; |
| | |
| | | public Integer getGridIdByUserId(Long userId) { |
| | | return baseMapper.getGridIdByUserId(userId); |
| | | } |
| | | |
| | | @Override |
| | | public List<UserEntity> getGridManByCode(String houseCode) { |
| | | return baseMapper.getGridManByCode(houseCode); |
| | | } |
| | | } |