| | |
| | | public class InformationServiceImpl extends ServiceImpl<InformationMapper, Information> implements IInformationService { |
| | | |
| | | @Override |
| | | public IPage<Information> selectInformationPage(IPage<Information> page, Information information) { |
| | | public IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information) { |
| | | return page.setRecords(baseMapper.selectInformationPage(page, information)); |
| | | } |
| | | |
| | |
| | | @Override |
| | | public void deleteSh(String creditcode) { |
| | | baseMapper.deleteSh(creditcode); |
| | | } |
| | | |
| | | @Override |
| | | public void insertIn( Information information) { |
| | | baseMapper.insertIn(information); |
| | | } |
| | | |
| | | @Override |
| | |
| | | if (information.getStats().equals("武装守押公司")) { |
| | | information.setStats("3"); |
| | | } |
| | | //跨区域保安公司 |
| | | if (information.getStats().equals("跨区域保安公司")) { |
| | | information.setStats("4"); |
| | | } |
| | | try { |
| | | arg.test01(arg.url+"/information/save",information); |
| | | } catch (Exception e) { |