@@ -51,7 +51,7 @@ public interface MuseumInfoService {
* */
Map<String,Integer> MuseumInfoBySampleType(Integer sampleType);
/**
- * 标本出入库状态
+ * 标本出入库状态计数
Map<String,Integer> MuseumInfoBySave(Integer save);
}
@@ -86,7 +86,7 @@ public class MuseumInfoServiceImpl implements MuseumInfoService {
return museumInfoMapper.countMuseumInfoBySampleType(sampleType);
@Override
public Map<String,Integer> MuseumInfoBySave(Integer save) {