| | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | import java.util.Objects; |
| | | import java.util.*; |
| | | |
| | | import static org.springblade.common.constant.CommonConstant.DEFAULT_PARAM_PASSWORD; |
| | | |
| | |
| | | public List<SecurityExcel> exportSecurity(UserVO user) { |
| | | return baseMapper.exportSecurity(user); |
| | | } |
| | | |
| | | @Override |
| | | public List selectPeo(UserVO user) { |
| | | return baseMapper.selectPeo(user); |
| | | } |
| | | |
| | | |
| | | } |