| | |
| | | package com.yuanchu.mom.service.impl; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.yuanchu.mom.common.GetLook; |
| | | import com.yuanchu.mom.common.PrintChina; |
| | | import com.yuanchu.mom.mapper.LaboratoryMapper; |
| | | import com.yuanchu.mom.mapper.SealMapper; |
| | | import com.yuanchu.mom.pojo.Certification; |
| | | import com.yuanchu.mom.pojo.Laboratory; |
| | | import com.yuanchu.mom.pojo.Seal; |
| | | import com.yuanchu.mom.service.SealService; |
| | |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("head", PrintChina.printChina(Seal.class)); |
| | | map.put("body", sealMapper.selectSeal(page, QueryWrappers.queryWrappers(seal))); |
| | | |
| | | return map; |
| | | } |
| | | @Override |