| | |
| | | import org.springblade.modules.system.service.IUserDeptService; |
| | | import org.springblade.modules.system.service.IUserOauthService; |
| | | import org.springblade.modules.system.service.IUserService; |
| | | import org.springblade.modules.system.vo.UserDTO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springblade.modules.system.wrapper.UserWrapper; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | public Integer getSecurityPaperCount(String pre) { |
| | | return baseMapper.getSecurityPaperCount(pre); |
| | | } |
| | | |
| | | /** |
| | | * 查询保安员信息 |
| | | * @param user |
| | | * @return |
| | | */ |
| | | @Override |
| | | public UserDTO getSecurityInfoByIdCardNo(User user) { |
| | | return baseMapper.getSecurityInfoByIdCardNo(user); |
| | | } |
| | | } |