| | |
| | | */ |
| | | package org.springblade.modules.information.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springblade.modules.information.entity.Information; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import org.springblade.modules.information.mapper.InformationMapper; |
| | | import org.springblade.modules.information.service.IInformationService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import org.springframework.stereotype.Service; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 服务实现类 |
| | |
| | | return page.setRecords(baseMapper.selectInformationPage(page, information)); |
| | | } |
| | | |
| | | @Override |
| | | public void deleteIn(String creditcode) { |
| | | baseMapper.deleteIn(creditcode); |
| | | } |
| | | |
| | | @Override |
| | | public void deleteSh(String creditcode) { |
| | | baseMapper.deleteSh(creditcode); |
| | | } |
| | | |
| | | @Override |
| | | public void deleteMe(String creditcode) { |
| | | baseMapper.deleteMe(creditcode); |
| | | } |
| | | |
| | | @Override |
| | | public Map selectCount(String departmentid) { |
| | | return baseMapper.selectCount(departmentid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, String>> selectInCount() { |
| | | return baseMapper.selectInCount(); |
| | | } |
| | | |
| | | } |