cnas-server/src/main/java/com/yuanchu/mom/service/impl/SealServiceImpl.java
@@ -14,6 +14,7 @@ import org.springframework.stereotype.Service; import java.util.HashMap; import java.util.List; import java.util.Map; @Service @@ -42,9 +43,10 @@ Map<String, Object> map = new HashMap<>(); map.put("head", PrintChina.printChina(Seal.class)); map.put("body", sealMapper.selectSeal(page, QueryWrappers.queryWrappers(seal))); System.out.println(page); return map; } @Override public List<Laboratory> Laboratory(Integer labId) { return sealMapper.selectLaboratory(labId); } }